v0.2 MTPPlugin-CmB use the Vault API ! You need to download it even if you don't want to use the Economy features ! Most of Economy plugins support (if Vault support it, MTPPlugin-CmB support it too ! ). Download Vault
#<0-9> Timer Next Block in sec. (Optional) form v0.5 or higher #<0-99>
PlayerName: always begins with %p
%p (Optional in Command-not in Console Command)
You can add 1 additional intern command and or x Extern.
The limit command is defined in config.yml
CmBMaxInterneCmD: 1 (the 1 is additional to final cmd)
CmBMaxExterneCmd: 5 (Default)
The sequence of commands doesent matter.the timer has to be at the end, or at the start if its set.
Examples:
final cmd|extern cmd|intern cmd|timer
extern cmd|intern cmd|extern cmd
timer
extern cmd|extern cmd|extern cmd|extern cmd
etc. etc.
Invalid:
timer|extern cmd
extern cmd|timer|intern cmd
extern cmd|timer|extern cmd|timer
the timer has to be at the end, or at the start without arguments behind.
Timer in Timer doesnt works. (See examples on top)
RedStone for CommandBlocks and this plugin:
/mtprd */@....... (bypass Redstone, only Externe Commands)((v0.6 or higher))
The Plugin only reacts for 2 possible switching mechanism. Otherwise nothing happens.
Basically only 1 Redstone wire can be set.
At Input is only 1 Comparator or 1 Redstone allowed.
Examples on Input:
CommandBlock - Comparator - .... (Comparator sets Signal 2x, by switching on and off)
CommandBlock - Redstone - x (x hast to prohibit back coupling, Redstone sets Signal 1x, by switching on)
x = Repeater,Block,Komparator,Button,Hebel,Piston etc.
This doesnt works at input:
CommandBlock - Redstone - Redstone .....
CommandBlock - Repeater .....
CommandBlock - Block .....
CommandBlock - Torch .....
etc. etc.
see pictures.(later)
Notes: Console commands can be differet to InGame commands.
Ingame commands sometimes need a playername or other arguments, please use help of plugin.
You Can't jail or kick yourself etc.
Console sets weather in world to sun (Extern Command)
Give next player in Radius of 10 Block 1x Item 278 (Extern Command)
Search after 9 sec. next CommandBlock (Timer)
Examples 2
Extern Cmd
*/@c weather clear
Results of 2
Nothing would happen because of */@c is a console command and the console requires a world for this command.
Correct is */@c weather WorldName clear oder */@p weather clear
Examples 3
Intern Cmd | Externer Cmd
&/give @p [r=100] 277 1*/@p [r=100] promote %p test
Results of 3
Give next player in radius of 100 blocks 1x Item 277 (Intern Command)
Promote next player in Radius of 100 Block in the Group test (Extern Command)
Warning !!! Using this plugin is at your own risk! Incorrect usage can have the effect of server crash
or lag especially when you use the extern command */@a incorrect.
Whats coming next:
-new Player Scoreboard Command
If you have suggestions or complains, let me know (german or english)
You like my plugin? You want to support it with example videos (file or link), send it to [email protected] or Ticket
For donate, use paypal:
Test Plugin Projects:
MTP Plugin-Extra (Test phase on Deticat Server)
MTP Plugin-InventoryGui (Testphase on Deticat Server)
SimplePluginsUpdater (Testphase on Deticat Server)
Auto-updater
This plugin has a built-in auto-updater, which connects to BukkitDev to check for updates. If you, for some reason, wish to disable this process, you can do so by setting 'AutoUpdate' to false in the plugins' settings file.