CommandsEX Beta 1.0
Details
-
Filenamecommandsex-1.0-beta.jar
-
Uploaded by
-
UploadedApr 17, 2012
-
Size199.68 KB
-
Downloads416
-
MD504e27b92a86ed7ad5bcf9563ad44b471
Supported Bukkit Versions
- CB 1.2.5-R1.0
Changelog
This would be a great time to re-build your previous CommandsEX builds ;-)
added banning functions:
/cex_ban <Player> [t:time] [reason] -> bans a player
/cex_banip (Player/IP) [t:time] [reason] -> bans IP from the server using the actual IP given or lookup from player name
/cex_bcheck <Player> -> checks ban status of a player
/cex_bhistory <Player> -> check ban history of a player
/cex_pardon (Player/IP) -> pardons player or IP to allow them re-join the server again
added online players listing function:
/cex_online [Player] -> lists all online players (without parameter) or the actual player's online status (with parameter)
fixes:
- several fixes to the CommandsEX builder page
Command words (regexes matching against the chat which execute commands) run the commands before the chat message is broadcast, instead of afterward. The commands are still run in response to what you say in chat, it just doesn't seem like it...