Difference between revisions of "Plug-ins"
From Runsafe
Line 2: | Line 2: | ||
These plug-ins were written by staff members of Runsafe, mostly [[Kruithne]] and [[docpify]]. | These plug-ins were written by staff members of Runsafe, mostly [[Kruithne]] and [[docpify]]. | ||
− | * RunsafeFramework - The engine powering our server and all of our in-built plug-ins. [https://github.com/Runsafe/Framework Source on GitHub] | + | * '''RunsafeFramework''' - The engine powering our server and all of our in-built plug-ins. [https://github.com/Runsafe/Framework Source on GitHub] |
− | * Unique Inventories - The engine behind inventories, controlling and storing all data between worlds. [https://github.com/Runsafe/UniqueInventories Source on GitHub] | + | * '''Unique Inventories''' - The engine behind inventories, controlling and storing all data between worlds. [https://github.com/Runsafe/UniqueInventories Source on GitHub] |
− | * PlayerNotes - A system to flag notes for players seen when they log-in. [https://github.com/Runsafe/PlayerNotes Source on GitHub] | + | * '''PlayerNotes''' - A system to flag notes for players seen when they log-in. [https://github.com/Runsafe/PlayerNotes Source on GitHub] |
− | * nChat - nChat stands for "Not mChat" and is our custom blend chat engine which controls the entire chat flow and tab list. | + | * '''nChat''' - nChat stands for "Not mChat" and is our custom blend chat engine which controls the entire chat flow and tab list. |
− | * NetherRoof - A small plug-in created to prevent the placing of blocks above the roof in the nether. [https://github.com/Runsafe/NetherRoof Source of GitHub] | + | * '''NetherRoof''' - A small plug-in created to prevent the placing of blocks above the roof in the nether. [https://github.com/Runsafe/NetherRoof Source of GitHub] |
− | * UserMonitor - Keeps a text-file up to date with the current online roster. [https://github.com/Runsafe/UserMonitor/tree/master/src/no/runsafe/usermonitor Source on GitHub] | + | * '''UserMonitor''' - Keeps a text-file up to date with the current online roster. [https://github.com/Runsafe/UserMonitor/tree/master/src/no/runsafe/usermonitor Source on GitHub] |
− | * DOG - Our first AI which acts a basic super-user. Will reply to a wide-array of chat with tailored responses. [https://github.com/Runsafe/AI-DOG Source on GitHub] | + | * '''DOG''' - Our first AI which acts a basic super-user. Will reply to a wide-array of chat with tailored responses. [https://github.com/Runsafe/AI-DOG Source on GitHub] |
− | * PlotGenerator - A re-work of KruGenerator which generates infinite plots in the creative world. | + | * '''PlotGenerator''' - A re-work of KruGenerator which generates infinite plots in the creative world. |
− | * CombatCooldown - Provides a lock-down state during PvP combat in specified worlds, preventing execution of commands. [https://github.com/Runsafe/CombatCooldown Source on GitHub] | + | * '''CombatCooldown''' - Provides a lock-down state during PvP combat in specified worlds, preventing execution of commands. [https://github.com/Runsafe/CombatCooldown Source on GitHub] |
− | * SatingSpleefers - Our hacky-tack spleef arena plug-in that controls the automatic spleef games on the server. This does not run on the framework and really needs to be rewritten by [[Kruithne]] [https://github.com/Kruithne/SatingSpleefers Source on GitHub] | + | * '''SatingSpleefers''' - Our hacky-tack spleef arena plug-in that controls the automatic spleef games on the server. This does not run on the framework and really needs to be rewritten by [[Kruithne]] [https://github.com/Kruithne/SatingSpleefers Source on GitHub] |
− | * WolfHunt - Allows players to use wolves in the survival world to hunt other players by right clicking on one with spider string. [https://github.com/Kruithne/WolfHunt Source on GitHub] | + | * '''WolfHunt''' - Allows players to use wolves in the survival world to hunt other players by right clicking on one with spider string. [https://github.com/Kruithne/WolfHunt Source on GitHub] |
− | * RunsafePexBridge - Bridge plug-in between our framework and PermissionsEx. [https://github.com/Runsafe/RunsafePexBridge Source on GitHub] | + | * '''RunsafePexBridge''' - Bridge plug-in between our framework and PermissionsEx. [https://github.com/Runsafe/RunsafePexBridge Source on GitHub] |
− | * WarpDrive - Plug-in to control warping with commands or warp signs. This has overwritten our SnazzyWarp plug-in. [https://github.com/Runsafe/WarpDrive Source on GitHub] | + | * '''WarpDrive''' - Plug-in to control warping with commands or warp signs. This has overwritten our SnazzyWarp plug-in. [https://github.com/Runsafe/WarpDrive Source on GitHub] |
− | * WorldEditBridge - Bridge plug-in between our framework and WorldEdit. [https://github.com/Runsafe/WorldEditBridge Source on GitHub] | + | * '''WorldEditBridge''' - Bridge plug-in between our framework and WorldEdit. [https://github.com/Runsafe/WorldEditBridge Source on GitHub] |
− | * MessageCycle - Broadcasts provided messages to the server at a set interval. [https://github.com/Runsafe/MessageCycle Source on GitHub] | + | * '''MessageCycle''' - Broadcasts provided messages to the server at a set interval. [https://github.com/Runsafe/MessageCycle Source on GitHub] |
− | * ItemControl - Allows control over items such as prevention of use or place. It also controls our custom monster spawners. [https://github.com/Runsafe/ItemControl Source on GitHub] | + | * '''ItemControl''' - Allows control over items such as prevention of use or place. It also controls our custom monster spawners. [https://github.com/Runsafe/ItemControl Source on GitHub] |
− | * ChunkTally - Counts all entities in every loaded chunk and gives reports of overloaded chunks to the console. [https://github.com/Runsafe/ChunkTally Source on GitHub] | + | * '''ChunkTally''' - Counts all entities in every loaded chunk and gives reports of overloaded chunks to the console. [https://github.com/Runsafe/ChunkTally Source on GitHub] |
− | * AdminToybox - A toybox for admins, providing cosmetic and fun toys such as bazookas and mob spawning. [https://github.com/Runsafe/AdminToybox Source on GitHub] | + | * '''AdminToybox''' - A toybox for admins, providing cosmetic and fun toys such as bazookas and mob spawning. [https://github.com/Runsafe/AdminToybox Source on GitHub] |
− | * RunsafeServices - Provides a service system within the framework. [https://github.com/Runsafe/Services Source on GitHub] | + | * '''RunsafeServices''' - Provides a service system within the framework. [https://github.com/Runsafe/Services Source on GitHub] |
− | * UserControl - System to control users with features such as kick, ban and temporary bans. [https://github.com/Runsafe/UserControl Source on GitHub] | + | * '''UserControl''' - System to control users with features such as kick, ban and temporary bans. [https://github.com/Runsafe/UserControl Source on GitHub] |
− | * RunsafeWorldGuardBridge - Bridge plug-in between our framework and WorldGuard. [https://github.com/Runsafe/WorldGuardBridge Source on GitHub] | + | * '''RunsafeWorldGuardBridge''' - Bridge plug-in between our framework and WorldGuard. [https://github.com/Runsafe/WorldGuardBridge Source on GitHub] |
− | * RunsafeEssentialsImporter - Plug-in created to handle the cross-over from Essentials to UserControl. [https://github.com/Runsafe/EssentialsImporter Source on GitHub] | + | * '''RunsafeEssentialsImporter''' - Plug-in created to handle the cross-over from Essentials to UserControl. [https://github.com/Runsafe/EssentialsImporter Source on GitHub] |
− | * CreativeToolbox - A toolbox plug-in containing many features to enrich the creative world. [https://github.com/Runsafe/CreativeToolbox Source on GitHub] | + | * '''CreativeToolbox''' - A toolbox plug-in containing many features to enrich the creative world. [https://github.com/Runsafe/CreativeToolbox Source on GitHub] |
− | * RunsafeVanishNoPacketBridge Bridge plug-in between our framework and VanishNoPacket. [https://github.com/Runsafe/VanishBridge Source on GitHub] | + | * '''RunsafeVanishNoPacketBridge''' Bridge plug-in between our framework and VanishNoPacket. [https://github.com/Runsafe/VanishBridge Source on GitHub] |
== Third-party Plug-ins == | == Third-party Plug-ins == | ||
− | * WorldEdit - A sk89q plug-in that allows programmatic editing of the world using a wide-array of tools and commands. [http://wiki.sk89q.com/wiki/WorldEdit Wiki] | + | * '''WorldEdit''' - A sk89q plug-in that allows programmatic editing of the world using a wide-array of tools and commands. [http://wiki.sk89q.com/wiki/WorldEdit Wiki] |
− | * WorldGuard - A sk89q plug-in that works with WorldEdit to provide regional protections to the world, mostly used in our creative plot system. [http://wiki.sk89q.com/wiki/WorldGuard Wiki] | + | * '''WorldGuard''' - A sk89q plug-in that works with WorldEdit to provide regional protections to the world, mostly used in our creative plot system. [http://wiki.sk89q.com/wiki/WorldGuard Wiki] |
− | * Multiverse-Core - Enables the server to support multiple worlds past the default three. [http://dev.bukkit.org/server-mods/multiverse/ Bukkit Dev Page] | + | * '''Multiverse-Core''' - Enables the server to support multiple worlds past the default three. [http://dev.bukkit.org/server-mods/multiverse/ Bukkit Dev Page] |
− | * PermissionsEx - The permissions system which controls what commands and features of plug-ins user ranks can use. [http://dev.bukkit.org/server-mods/permissionsex/ Bukkit Dev page] | + | * '''PermissionsEx''' - The permissions system which controls what commands and features of plug-ins user ranks can use. [http://dev.bukkit.org/server-mods/permissionsex/ Bukkit Dev page] |
− | * LWC - Enables chest protection features in the survival world to prevent other players stealing your precious shinies. [http://dev.bukkit.org/server-mods/lwc/ Bukkit Dev page] | + | * '''LWC''' - Enables chest protection features in the survival world to prevent other players stealing your precious shinies. [http://dev.bukkit.org/server-mods/lwc/ Bukkit Dev page] |
− | * OddItem - A simple plug-in that allows the use of item names in commands rather than numbers. [http://dev.bukkit.org/server-mods/odditem/ Bukkit Dev page] | + | * '''OddItem''' - A simple plug-in that allows the use of item names in commands rather than numbers. [http://dev.bukkit.org/server-mods/odditem/ Bukkit Dev page] |
− | * DynMap - Powers the real-time map of the creative world on our website by rendering tiles of the world. [http://dev.bukkit.org/server-mods/dynmap/ Bukkit Dev page] | + | * '''DynMap''' - Powers the real-time map of the creative world on our website by rendering tiles of the world. [http://dev.bukkit.org/server-mods/dynmap/ Bukkit Dev page] |
− | * DynMap-WorldGuard - Gives DynMap intergration with WorldGuard to display the regions on the map. [http://dev.bukkit.org/server-mods/dynmap-worldguard/ Bukkit Dev page] | + | * '''DynMap-WorldGuard''' - Gives DynMap intergration with WorldGuard to display the regions on the map. [http://dev.bukkit.org/server-mods/dynmap-worldguard/ Bukkit Dev page] |
− | * SpamHammer - Provides automatic spam detection and prevention on the server. nChat will soon replace our need for this. [http://dev.bukkit.org/server-mods/spamhammer/ Bukkit Dev page] | + | * '''SpamHammer''' - Provides automatic spam detection and prevention on the server. nChat will soon replace our need for this. [http://dev.bukkit.org/server-mods/spamhammer/ Bukkit Dev page] |
− | * HawkEye - Monitors and logs all player actions on the server, allowing staff to rollback or detect incidents. [http://dev.bukkit.org/server-mods/hawkeye/ Bukkit Dev page] | + | * '''HawkEye''' - Monitors and logs all player actions on the server, allowing staff to rollback or detect incidents. [http://dev.bukkit.org/server-mods/hawkeye/ Bukkit Dev page] |
− | * CommandHelper - Allows us to create macros which act as a singele command to run multiple. [http://wiki.sk89q.com/wiki/CommandHelper Wiki] | + | * '''CommandHelper''' - Allows us to create macros which act as a singele command to run multiple. [http://wiki.sk89q.com/wiki/CommandHelper Wiki] |
− | * OpenInv - Gives us the ability to open inventories of players on the server. [http://dev.bukkit.org/server-mods/openinv/ Bukkit Dev page] | + | * '''OpenInv''' - Gives us the ability to open inventories of players on the server. [http://dev.bukkit.org/server-mods/openinv/ Bukkit Dev page] |
− | * Essentials - A wide-array of helpful server commands. This is currently only being used for jails before RunsafeJail is deployed. [http://dev.bukkit.org/server-mods/essentials/ Bukkit Dev page] | + | * '''Essentials''' - A wide-array of helpful server commands. This is currently only being used for jails before RunsafeJail is deployed. [http://dev.bukkit.org/server-mods/essentials/ Bukkit Dev page] |
− | * EssentialsSpawn - An extension of essentials for spawn control. [http://dev.bukkit.org/server-mods/essentials/files/11-archive-essentials-spawn-2-6-3/ Bukkit Dev page] | + | * '''EssentialsSpawn''' - An extension of essentials for spawn control. [http://dev.bukkit.org/server-mods/essentials/files/11-archive-essentials-spawn-2-6-3/ Bukkit Dev page] |
− | * VanishNoPacket - Grants the ability to vanish, appearing offline and invisible to players. [http://dev.bukkit.org/server-mods/vanish/ Bukkit Dev page] | + | * '''VanishNoPacket''' - Grants the ability to vanish, appearing offline and invisible to players. [http://dev.bukkit.org/server-mods/vanish/ Bukkit Dev page] |
== Other == | == Other == | ||
− | * Modifyworld - I have no idea what this is. | + | * '''Modifyworld''' - I have no idea what this is. |
Revision as of 01:34, 24 April 2013
Runsafe Plug-ins
These plug-ins were written by staff members of Runsafe, mostly Kruithne and docpify.
- RunsafeFramework - The engine powering our server and all of our in-built plug-ins. Source on GitHub
- Unique Inventories - The engine behind inventories, controlling and storing all data between worlds. Source on GitHub
- PlayerNotes - A system to flag notes for players seen when they log-in. Source on GitHub
- nChat - nChat stands for "Not mChat" and is our custom blend chat engine which controls the entire chat flow and tab list.
- NetherRoof - A small plug-in created to prevent the placing of blocks above the roof in the nether. Source of GitHub
- UserMonitor - Keeps a text-file up to date with the current online roster. Source on GitHub
- DOG - Our first AI which acts a basic super-user. Will reply to a wide-array of chat with tailored responses. Source on GitHub
- PlotGenerator - A re-work of KruGenerator which generates infinite plots in the creative world.
- CombatCooldown - Provides a lock-down state during PvP combat in specified worlds, preventing execution of commands. Source on GitHub
- SatingSpleefers - Our hacky-tack spleef arena plug-in that controls the automatic spleef games on the server. This does not run on the framework and really needs to be rewritten by Kruithne Source on GitHub
- WolfHunt - Allows players to use wolves in the survival world to hunt other players by right clicking on one with spider string. Source on GitHub
- RunsafePexBridge - Bridge plug-in between our framework and PermissionsEx. Source on GitHub
- WarpDrive - Plug-in to control warping with commands or warp signs. This has overwritten our SnazzyWarp plug-in. Source on GitHub
- WorldEditBridge - Bridge plug-in between our framework and WorldEdit. Source on GitHub
- MessageCycle - Broadcasts provided messages to the server at a set interval. Source on GitHub
- ItemControl - Allows control over items such as prevention of use or place. It also controls our custom monster spawners. Source on GitHub
- ChunkTally - Counts all entities in every loaded chunk and gives reports of overloaded chunks to the console. Source on GitHub
- AdminToybox - A toybox for admins, providing cosmetic and fun toys such as bazookas and mob spawning. Source on GitHub
- RunsafeServices - Provides a service system within the framework. Source on GitHub
- UserControl - System to control users with features such as kick, ban and temporary bans. Source on GitHub
- RunsafeWorldGuardBridge - Bridge plug-in between our framework and WorldGuard. Source on GitHub
- RunsafeEssentialsImporter - Plug-in created to handle the cross-over from Essentials to UserControl. Source on GitHub
- CreativeToolbox - A toolbox plug-in containing many features to enrich the creative world. Source on GitHub
- RunsafeVanishNoPacketBridge Bridge plug-in between our framework and VanishNoPacket. Source on GitHub
Third-party Plug-ins
- WorldEdit - A sk89q plug-in that allows programmatic editing of the world using a wide-array of tools and commands. Wiki
- WorldGuard - A sk89q plug-in that works with WorldEdit to provide regional protections to the world, mostly used in our creative plot system. Wiki
- Multiverse-Core - Enables the server to support multiple worlds past the default three. Bukkit Dev Page
- PermissionsEx - The permissions system which controls what commands and features of plug-ins user ranks can use. Bukkit Dev page
- LWC - Enables chest protection features in the survival world to prevent other players stealing your precious shinies. Bukkit Dev page
- OddItem - A simple plug-in that allows the use of item names in commands rather than numbers. Bukkit Dev page
- DynMap - Powers the real-time map of the creative world on our website by rendering tiles of the world. Bukkit Dev page
- DynMap-WorldGuard - Gives DynMap intergration with WorldGuard to display the regions on the map. Bukkit Dev page
- SpamHammer - Provides automatic spam detection and prevention on the server. nChat will soon replace our need for this. Bukkit Dev page
- HawkEye - Monitors and logs all player actions on the server, allowing staff to rollback or detect incidents. Bukkit Dev page
- CommandHelper - Allows us to create macros which act as a singele command to run multiple. Wiki
- OpenInv - Gives us the ability to open inventories of players on the server. Bukkit Dev page
- Essentials - A wide-array of helpful server commands. This is currently only being used for jails before RunsafeJail is deployed. Bukkit Dev page
- EssentialsSpawn - An extension of essentials for spawn control. Bukkit Dev page
- VanishNoPacket - Grants the ability to vanish, appearing offline and invisible to players. Bukkit Dev page
Other
- Modifyworld - I have no idea what this is.