Current Version: 3.7 for 1.8 to 1.8.7
Version 3.x (for 1.8.x)
Biome teleport and permissions system coming soon!
Version 2.4 (for 1.7.x)
Boomerang will create folder plugins/Boomerang which will contain config.yml
Version 3.x (for 1.8.x)
When world spawn is set, the following configuration will exist in config.yml.
Version 2.4 (for 1.7.x)
Version 3.x (for 1.8.x) Commands (link)
In addition to the above commands, Boomerang 3 also allows you to send custom welcome messages and commands for new and returning players.
Note: Macro @p will be replaced with player's name.
For new players, edit commands_new_join.txt, i.e.:
title @p title {"text":"","extra":[{"text":"Welcome to ","color":"gold"},{"text":"Chrisbot","color":"yellow"},{"text":"!","color":"gold"}]}
scoreboard teams join Players @p
give @p minecraft:written_book 1 0 {display:{Name:Chrisbot Manual},title:'Player\'s Guide',author:'Owner',generation:3,pages:["{text:'‡ Chrisbot Manual ‡\n',color:dark_blue,bold:true,extra:[{text:'\n Rules\n\n',color:dark_aqua,bold:true},{text:' No griefing\n',color:black,bold:false},{text:' Respect others\n',color:black,bold:false},{text:' Do not spam chat\n',color:black,bold:false},{text:' No foul language\n',color:black,bold:false},{text:' Do not harass others\n',color:black,bold:false},{text:' Do not repeatedly ask for things\n',color:black,bold:false},{text:'\n (Teleports)',color:gray,bold:false}]}","{text:'\n Teleports\n\n',color:dark_aqua,bold:true,underlined:false,extra:[{text:'Click link to teleport.\n\n',color:black,bold:false,underlined:false},{text:'Spawn\n',color:blue,bold:false,underlined:true,clickEvent:{action:'run_command',value:'/spawn'}},{text:'\n\n\n\n\n\n\n(Rules) (Support)',color:gray,bold:false,underlined:false}]}","{text:' Support Site\n',color:dark_aqua,bold:true,underlined:false,extra:[{text:'\nClick a link below to visit topic on Chrisbot.net.\n\n',color:black,bold:false,underlined:false},{text:'Chrisbot.net Home\n\n',color:blue,bold:false,underlined:true,clickEvent:{action:'open_url',value:'http://www.chrisbot.net'}},{text:'HomeStick Request\n\n\n\n\n',color:blue,bold:false,underlined:true,clickEvent:{action:'open_url',value:'http://www.chrisbot.net/homestick'}},{text:'(Teleports)',color:gray,bold:false,underlined:false}]}"]}
give @p bread 32
For existing players, edit commands_join.txt, i.e.:
tellraw @p ["",{"text":"[MOTD] ","color":"gold"},{"text":"Welcome back! We now have a ","color":"aqua"},{"text":"/spawn ","color":"yellow"},{"text":"command. More coming soon!","color":"aqua"}]
Version 2.4 (for 1.7.x) Commands (link)
By default, the vote listener is turned off. To enable, set vote_listener_port in config.yml in the Boomerang plugin folder to an available TCP port. Restart or reload your server. In the Boomerang plugin folder there will be a folder named "vote".
privateKey.pem and publicKey.pem are the encryption keys used to decode the vote server's message. Each time they are generated they are unique. No other server will have these keys. If you want to change your keys, delete both files and new keys will be generated.
publicKey.txt is the text version of the public key you provide a vote server.
command.txt is a plain test file in which each line is a command that is run when a vote is received. Any command may be used. Macro @p will be replaced by the voting player's name. Macro @s will be replaced by the vote server name.
log.txt contains time-stamped entries of the commands run when a vote is received.