PCC

This project is abandoned and its default file will likely not work with the most recent version of Minecraft. Whether this project is out of date or its author has marked it as abandoned, this project is no longer maintained.

(Please excuse my bad english.)
PlayerCommands is my second german Bukkit-Plugin.
With this Plugin you can execute Consolecommands ingame.
All Commands execute the Console.
for example:
You can create shortcuts in the config to longer Commands(i recommend essentials for the sudo command).
http://dev.bukkit.org/bukkit-plugins/essentials/

- for example:
- You often must type a long command: /say restart in 5 minutes.
- Create the shortcuts: Open the config.yml and copy "say restart in 5 minutes." to String cmd.1 .
- Save the file and type into the chat "/pcmd reload"
- now you can use "/pcmd 1" and the Server says "restart in 5 minutes."

- for example 2:
- You hate the rain in world2 ?
- Open the config and goto String cmd.2 .
- Type in toggledownfall world2
- reload the plugin or the server
- now you can use "/pcmd 2" and the rain turn off in world2

:Config:
Here you can type in the 4 commands for the console.
Please dont type " / " before the commands.
An option is you can type <player> into commands:
when command 1 is: "say Hello <player>" in the chat > "Hi COMMANDSENDERINGAMENAME"

:Commands:
/pcmd     < Defaultcommand (display help)

Execute a command from the config:
/pcmd <number>      (allowed numbers: 1 - 4)

Reload the config:
/pcmd reload

:Rechte(Permissions):
permissions:

   playercommands.*:
         - playercommands.use < need for /pcmd comand
         - playercommands.cmd.1 < ... for the first command
         - playercommands.cmd.2 < ... for command 2
         - playercommands.cmd.3 < ... for command 3
         - playercommands.cmd.4 < ... for command 4
         - playercommands.reload < ... to reload the config

   playercommands.useall:
         - playercommands.use < need for /pcmd comand
         - playercommands.cmd.1 < ... for the first command
         - playercommands.cmd.2 < ... for command 2
         - playercommands.cmd.3 < ... for command 3
         - playercommands.cmd.4 < ... for command 4

:Ideas:
-Message for "no Permissions"


Comments

Posts Quoted:
Reply
Clear All Quotes

About This Project

Categories

Members

Recent Files