You can find the CBR version for MC1.7-1.12 *HERE* (1.7.3)
/cbr (This command shows you the help page.)
/cbrhelp (This command is reloading the files.)
/cbredit (This command toggles the Editing-Mode.)
/cbrblockInfo (This command toggles the BlockInfo-Mode.)
/cbrcopy (This command toggles the Copy-Mode.)
/cbr near [Radius] (This command lists near ControllerBlocks.)
/cbr setOwner [Player] (This command changes the ControllerBlock owner.)
/cbr addMember [Player] (This command adds a member to a ControllerBlock.)
/cbr removeMember [Player] (This command removes a member from a ControllerBlock.)
/cbr loadOldControllerBlocks (This command is importing old ControllerBlocks.)
/cbrinfo (This command shows you the info page.)
/cbrreload (This command is reloading the files.)
ControllerBlockReloaded.editOthers (/cbr edit)
ControllerBlockReloaded.copy (/cbr copy)
ControllerBlockReloaded.setOwner (/cbr setOwner [Player])
ControllerBlockReloaded.loadOldControllerBlocks (/cbr loadOldControllerBlocks)
ControllerBlockReloaded.reload (/cbr reload)
ControllerBlockReloaded.UpdateMessage (You get a message, if there is a new update for this plugin.)
ControllerBlock-Creation:
1. To create a ControllerBlock, you have to put
redstone dust ontop of an Iron-Block.
2. Use
/cbr edit, to get into the
Editing-Mode.
3. Press
Shift and Click on the ControllerBlock to add some blocks (Just place them on the ground).
4. Save the Controllerblock with pressing
Shift and clicking on the ControllerBlock.
5.
Power the Block with Redstone to use the ControllerBlock.
ControllerBlock-Copy:
1. Use /cbr copy, to get into the Copy-Mode. 2. Press Shift and Click on one ControllerBlock. 3. Place an Ironblock on the Ground to create the copyed ControllerBlock
Code (Text):
Version: 1.62
#If you want to hide the Info-Page (/cbr info) set this to false.
ShowInfoPage: true
#If the plugin is unable to get the right Server version (e.g. Forge 1.7 modded server), set "SetOwn" to true and "Version" to your server version.
#Valid versions are 1.7, 1.8, 1.9, 1.0, 1.1, 1.12
GameVersion:
SetOwn: false
Version: 1.12
#Set "ColoredConsoleText" to false, to disable the colored console text.
ColoredConsoleText: true
# Set "ShowUpdateMessage" to false, to disable the Update-Message.
ShowUpdateMessage: true
#Add a world here, to disable the placing of ControllerBlocks in this world.
DisabledWorlds:
- TNT_WORLD
- Freebuild3
#Disable the placing of blocks (You can find a list of all blocks / materials here).
BlackList:
- ANVIL
- DRAGON_EGG
#Set "ColoredConsoleText" to false, to disable the colored console text.
ColoredConsoleText: true
(plugins/ControllerBlockReloaded/Config.yml)
Code (Text):
Version: 1.62
'[ControllerBlockReloaded]': '&f&l[&6&lCBR&f&l] '
Color:
'1': '&6'
'2': '&f'
Message:
'1': You have to be a player, to use this command.
'2': You do not have the permission for this command.
'3': You are now in the &f&lEditing-Mode&6.
'4': You left the &f&lEditing-Mode&6.
'5': The plugin is reloading...
'6': Reloading completed.
'7': Try [COMMAND]
'8': You can't Place a ControllerBlock in this world.
'9': You created a ControllerBlock.
'10': You destroy the ControllerBlock.
'11': You are currently editing another ControllerBlock.
'12': You have to be in the Editing-Modus to destroy this ControllerBlock.
'13': You can't break this Block, because it's used by an ControllerBlock.
'14': This is a normal Block.
'16': You are now in the &f&lBlockInfo-Mode&6.
'17': You left the &f&lBlockInfo-Mode&6.
'18': There is a new update available for this plugin. &f( http://fof1092.de/CBR
)&6
'19': You can't use this Block, because it's blacklisted.
'20': 'You are now editing the ControllerBlock at: &f&l[LOCATION]'
'21': 'You saved the ControllerBlock at: &f&l[LOCATION]'
'22': You can place the blocks only in the same world where the ControllerBlock
is.
'23': You are now in the &f&lCopy-Mode&6.
'24': You left the &f&lCopy-Mode&6.
'25': This isn't a ControllerBlock.
'26': You copyed the ControllerBlock.
'27': You created a copyed of the ControllerBlock.
'28': Please leave the &f&lEdit-Mode&6 first, before using this command.
'29': Please leave the &f&lCopy-Mode&6 first, before using this command.
'30': Please leave the &f&lCopy-Mode&6 first, before using this command.
'31': You can't edit ControllerBlocks from other players.
'32': 'List of near ControllerBlocks:'
'33': '&f&l[LOCATION]'
'34': None.
'35': You have to look at the ControllerBlock.
'36': The player &f&l[PLAYER]&6 has not been found.
'37': The new ControllerBlock owner is &f&l[PLAYER]&6.
'38': The player &f&l[PLAYER]&6 is already a member of this ControllerBlock.
'39': The player &f&l[PLAYER]&6 isn't a member of this ControllerBlock.
'40': You added the member &f&l[PLAYER]&6.
'41': You removed the member &f&l[PLAYER]&6.
'42': No old ControllerBlock file found (plugins/ControllerBlockReloaded/ControllerBlock.dat).
'43': Loading old ControllerBlocks...
'44': All old ControllerBlocks loaded.
InventoryName:
'1': '&f&l[&6&lBlockInfo&f&l]'
ItemName:
'1': '&6&lLocation &f&lX[X] Y[Y] Z[Z]'
'2': '&6&lOwner &f&l[PLAYER]'
'3': '&f&l[&c&lClose&f&l]'
'4': '&6&lBreakEffect &a&lAktivated'
'5': '&6&lBreakEffect &c&lDeaktivated'
'6': '&6&lMembers'
'7': '&6&l- &f&l[PLAYER]'
'8': '&f&lNone'
HelpTextGui:
'1': '&f[&6Click to use this command&f]'
'2': '&f[&6Next page&f]'
'3': '&f[&6Last page&f]'
'4': '&7&oPage [PAGE]. &7Click on the arrows for the next page.'
HelpText:
'1': This command shows you the help page.
'2': This command shows you the info page.
'3': This command is reloading the plugin.
'4': This command toggles the Editing-Mode.
'5': This command toggles the BlockInfo-Mode.
'6': This command toggles the Copy-Mode.
'7': This command lists near ControllerBlocks.
'8': This command changes the ControllerBlock owner.
'9': This command adds a member to a ControllerBlock.
'10': This command removes a member from a ControllerBlock.
'11': This command is importing old ControllerBlocks.
(plugins/ControllerBlockReloaded/Messages.yml)
If you have a problem or a question about the Plugin, message me first before leaving a review!