MineOS

MineOS - Custom Commands

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.

How does this work?

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!

Plugin Installation

  • Download the lastest MineOS.jar from Bukkit Dev
  • Upload the MineOS.jar into your plugins folder on your Minecraft Server
  • Reload your server with /reload
  • Now you're ready to setup your custom commands!

Helpful Links

Simple Command Example

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.

  • Create a file named diamond.yml inside the plugins/MineOS/commands folder.
  • Open the file and paste following commands inside it:

setcancel
needpermission myserver.diamond
console give *playername diamond 1
sendmessage You're Welcome!

  • Save the file.
  • Now the command /diamond is ready to be used on your server!

Replace Command Example

We want to replace the /plugin command on our server.

  • Create a file named plugin.yml inside the plugins/MineOS/commands folder.
  • Open the file and paste following commands inside it:

setcancel
sendmessage The /plugin command is disabled on our server but let me feed you D;!
feedplayer

  • Save the file.
  • Now the command /plugin is ready to be used on your server!

Comments

Posts Quoted:
Reply
Clear All Quotes

About This Project

  • Project ID
    66632
  • Created
    Oct 3, 2013
  • Last Released File
    Feb 1, 2014
  • Total Downloads
    2,879
  • License

Categories

Members

Recent Files

Bukkit