Create your own custom commands for your players with vault, worldguard and permissions support. You can make your own new or aliases for existing commands.
You need vault plugin to use the money commands and you need worldguard to use the needbuild command.
The plugin will still work even if you don't have vault or worldguard, it will just ignore money functions and the needbuild command.
You create a file called "commandname.yml" inside the plugins/MineOS/commands/ folder and if a player types "/commandname" in chat the plugin loads the file and executes the commands you put inside!
We want to create a simple command that gives the player one diamond if he has permission: myserver.diamond. We want the command to be /diamond.
setcancel
needpermission myserver.diamond
console give *playername diamond 1
sendmessage You're Welcome!
We want to replace the /plugin command on our server.
setcancel
sendmessage The /plugin command is disabled on our server but let me feed you D;!
feedplayer