Plug-ins
From Runsafe
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
- RunsafeInventories - The new engine behind inventories, controlling and storing all data between worlds. Source on GitHub
- RunsafeBank - Gives a simple banking system. Source on GitHub
- RunsafeMailbox - In-game mailbox system. 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
- Modifyworld - Subcomponent to PermissionsEx to control world access (placing blocks, etc.)
- 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
- VanishNoPacket - Grants the ability to vanish, appearing offline and invisible to players. Bukkit Dev page
Other
- Unique Inventories - Superceded by RunsafeInventories Source on GitHub