Difference between revisions of "Plug-ins"

From Runsafe
Jump to: navigation, search
(Created page with "== Runsafe Plug-ins == These plug-ins were written by staff members of Runsafe, mostly Kruithne and docpify. * Unique Inventories - The engine behind inventories, con...")
 
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]].
  
* Unique Inventories - The engine behind inventories, controlling and storing all data between worlds.
+
* Unique Inventories - The engine behind inventories, controlling and storing all data between worlds. [https://github.com/Runsafe/UniqueInventories Source on GitHub]
** Source: https://github.com/Runsafe/UniqueInventories
+
* 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.
+
** Source: https://github.com/Runsafe/PlayerNotes
+
 
* 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]
 +
* 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]
 +
* 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]
 +
* SatingSpleefers - Our hacky-tack spleef arena plug-in that controls the automatic spleef games on the server. This -really- needs to be rewritten by Kruithne. [https://github.com/Kruithne/SatingSpleefers Source of GitHub]
 +
*
  
 
== Third-party Plug-ins ==
 
== Third-party Plug-ins ==
  
* WorldEdit -
+
* 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]
 +
* 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]
 +
* 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]
 +
*

Revision as of 02:10, 24 April 2013

Runsafe Plug-ins

These plug-ins were written by staff members of Runsafe, mostly Kruithne and docpify.

  • 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 -really- needs to be rewritten by Kruithne. Source of 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