C
chbachman
Guest
This mod is intended to replace common plugins for bukkit. It does this by adding commands that bukkit plugins usually add.
Many servers move to MCPC+ or other methods to add Bukkit Plugins to a server for easily implemented commands, such as /home /back or a Permissions system.
This mod is for those servers. It also adds some cool features by commands, such as a Boundary system that lets ops add areas of the world that every player inside of will get an effect, such as Adventure Mode, No Flying, And any others suggested!
This Mod also adds a command system that lets you configure the required level needed for a command, or disable commands through the config.
You can suggest commands to add. If you suggest a command to add, either here or on my github issue page, I will reply and tell you whether I can/will implement. I have designed this mod to make it as easy as possible to add more commands. This makes it so if you suggest a command that is possible in the current game I will try my best to add it.
This is a server-side only mod, so feel free to plop it into your server and not have to worry about anything. It has no id's to fix, the only config changes that may be needed are to tweak the permission required levels for each command.
If you have any suggestions about things that you want, or that you want me to add, anything, please post about it here (I will be reading all of these) or Make a suggestion on the issue tracker. (I will be reading all of those to.)
Please, i beg of you, dont post error logs here. Post error logs on pastebin and tell me about them on the issue tracker.... Please, for my sanity.
Most of all, have fun with it. I made this for my server, and thought that i might release it and see if others will like it.
Many servers move to MCPC+ or other methods to add Bukkit Plugins to a server for easily implemented commands, such as /home /back or a Permissions system.
This mod is for those servers. It also adds some cool features by commands, such as a Boundary system that lets ops add areas of the world that every player inside of will get an effect, such as Adventure Mode, No Flying, And any others suggested!
This Mod also adds a command system that lets you configure the required level needed for a command, or disable commands through the config.
You can suggest commands to add. If you suggest a command to add, either here or on my github issue page, I will reply and tell you whether I can/will implement. I have designed this mod to make it as easy as possible to add more commands. This makes it so if you suggest a command that is possible in the current game I will try my best to add it.
This is a server-side only mod, so feel free to plop it into your server and not have to worry about anything. It has no id's to fix, the only config changes that may be needed are to tweak the permission required levels for each command.
If you have any suggestions about things that you want, or that you want me to add, anything, please post about it here (I will be reading all of these) or Make a suggestion on the issue tracker. (I will be reading all of those to.)
Please, i beg of you, dont post error logs here. Post error logs on pastebin and tell me about them on the issue tracker.... Please, for my sanity.
Version 1.1.1:
Added:
/spawn
/killMob <name of mob> (ex: kill chicken)
/spawnmob <count> <name>
/tprequest <player>
sends a message to player requesting a tp to their location
/tpaccept
Accept a previously sent tp request
Version 1.1:
-Added Permission System! Yay!
-Fixed World breaking bug... or a very bad misspell in the config... you choose which...
-Fixed Boundary Weirdness
-Made sure that all commands had usages and were properly tested.
Version 1.0
Initial Release
Added:
/spawn
/killMob <name of mob> (ex: kill chicken)
/spawnmob <count> <name>
/tprequest <player>
sends a message to player requesting a tp to their location
/tpaccept
Accept a previously sent tp request
Version 1.1:
-Added Permission System! Yay!
-Fixed World breaking bug... or a very bad misspell in the config... you choose which...
-Fixed Boundary Weirdness
-Made sure that all commands had usages and were properly tested.
Version 1.0
Initial Release
Ok... I suck at Documentation... :/
Here is a list straight from the code:
https://github.com/chbachman/Server...server/chbachman/commands/CommandHandler.java
Is is the thing at the top.
Here is a list straight from the code:
https://github.com/chbachman/Server...server/chbachman/commands/CommandHandler.java
Is is the thing at the top.
Modpacks:
Go Right Ahead. You dont have to do anything except not act like you made it on your own.
Legal Stuff:
This is under the GNU General Public License version 3
Go Right Ahead. You dont have to do anything except not act like you made it on your own.
Legal Stuff:
This is under the GNU General Public License version 3
Most of all, have fun with it. I made this for my server, and thought that i might release it and see if others will like it.
Last edited by a moderator: