RE: Core for bukkit
my plugin add for the moment only 2 command and 2 config.
one for plugin dev and one for server admin.
Features :
With my plugin you can:
-monitoring your system performance. (0.0.1)
-manage the depencie of my plugin. (0.0.1)
-add a custom msg to the player in the same time of the login. (0.0.2)
-add a custom motd to the server. (1.0.4)
we add more features in the next update.
Command :
/reversion - this command is for show the version of the plugin and the version of the plugin we use RE: Core
usage : /reversion [none/subplugin]
aliases : /rver
commad use: /reversion

command use: /reversion subplugin

/system - this command is for show the system status
usage : /system [none/cpu/ram]
aliases : /sys
commad use: /system

command use: /system cpu
command use: /system ram
Config :
joincustommsgforplayer - Send a msg to the player on join.
Default config file:
#for make a new line use this ",.," without ""
joincustommsgforplayer:
#false = disable, true = enable
use: false
#your msg here, you can use & for the color ex: &c for red
msg: "this is my msg,.,and this is my second line"
Example of config:
#for make a new line use this ",.," without ""
joincustommsgforplayer:
#false = disable, true = enable
use: true
#your msg here
msg: "&a+----------&cWellcome&a----------+,., &3-Your a login on the test server,., &2-on this test server we make plugin,.,&a+----------------------------+"
result :
custommotd - add a custom motd in the server list.
Default config file:
custommotd:
#false = disable, true = enable
use: false
#your motd
msg:
#the line n°1
line1: "your text here"
#the line n°2
line2: "your second line here"
Example of config:
custommotd:
#false = disable, true = enable
use: true
#your motd
msg:
#the line n°1
line1: "&6+&e--------&aRE: Core Server&e--------&6+"
#the line n°2
line2: "&6| &2@num&c / &a@max &aplayer are login! &6|"
result :

Parameter for config and command :
- ",.," - make a new line (0.0.2) - work with :
- joincustommsgforplayer
- "@player" - return the name of the player (0.0.3) - work with:
- joincustommsgforplayer
- "@max" - return the maximum number of payer (0.0.3) - work with:
- joincustommsgforplayer
- custommotd
- "@num" - return the current number of player (0.0.3) - work with:
- joincustommsgforplayer
- custommotd
Permission :
recore.version - Allows you to use the /reversion
recore.system - Allows you to use the /system
Additional note:
for the next version you can ask me to add thing.
sorry for my bad english i'm french with a bad english ^^.
Comments