LGAdministration
Summary
This mod provides some basic administration tools that vanilla misses out on. It was originally intended for the LazyGamerz server, hence the name LGAdministration.
List of tools:
- Ban (for X time)
- Mute (for X time)
- Give a spawner of type X
- Convert a block to a spawner of type X
- Check memory usage
- Force memory clean-up
- Jail a player. This prevents them from: teleporting, interacting, and using commands. If a player dies while jailed, they respawn in the jail (respawn untested)
Banning is integrated into the plugin, so any old bans won't carry over.
Permissions nodes:
- vacuum.lgadmin.*
- vacuum.lgadmin.mute.*
- vacuum.lgadmin.mute.issue - /mute [player] [time]
- vacuum.lgadmin.mute.recall - /unmute [player]
- vacuum.lgadmin.ban.*
- vacuum.lgadmin.ban.issue - /ban [player] [time]
- vacuum.lgadmin.mute.recall - /unban [player]
- vacuum.lgadmin.monsterspawn.*
- vacuum.lgadmin.monsterspawn.get - /getSpawner [creature] <player> - Puts a spawner of type <creature> in <player>'s/your inventory... sort of.
- vacuum.lgadmin.monsterspawn.put - /makeSpawner [creature] <player> - Puts a spawner of type <creature> where <player>/you click next.
- vacuum.lgadmin.performance.*
- vacuum.lgadmin.performance.ram - /ram - View current memory information
- vacuum.lgadmin.performance.gc - /gc - Force memory cleaning
- vacuum.lgadmin.jail.*
- vacuum.lgadmin.jail.set - /setjail - Set jail location
- vacuum.lgadmin.jail.jail - /jail - Jail a player
- vacuum.lgadmin.jail.release - /release - Release a player
Zeroth Index: http://dev.bukkit.org/server-mods/better-tell/
- zerothindex.tell - /tell [player] [message]
- zerothindex.r - /r [message]
A note on [time]:
This parameter is optional. If it is not filled in, the ban/mute is indefinite (i.e. until repealed). Here is the syntax:
/mute Notch 15d - Mute Notch for 15 days
The "15d" is 1 word, 1 argument. 15 is the length, d is the measurement. The options for this are:
- s - Seconds
- m - Minutes
- h - Hours
- d - Days And their capitalized counterparts.
Source & Download
Experimental build (click "View raw file")
NOTICE
Possible bug updating. Not sure. Don't turn autoupdate on until later notice.
-
View User Profile
-
Send Message
Posted Mar 27, 2012@Zefram
I did update it, but Skinnydude has said there are some bugs with banning people. I will have to look into them. Download version 2.5.1 for the new version.
-
View User Profile
-
Send Message
Posted Mar 27, 2012thanks update this plugin
-
View User Profile
-
Send Message
Posted Mar 22, 2012@Zefram
Yeah, I'm going to have to find the files. Unfortunately, I didn't commit some of the files. Hopefully I'll have it up soon.
-
View User Profile
-
Send Message
Posted Mar 9, 2012/gc - Force memory cleaning
Verygood
-
View User Profile
-
Send Message
Posted Mar 6, 2012Please update to CB 1.1 R4
-
View User Profile
-
Send Message
Posted Jan 16, 2012@skinnydude
Happy to help you :D
Tell me when you need more!
-
View User Profile
-
Send Message
Posted Jan 16, 2012Thanks False! This is exactly what we were looking for.