This repository has been archived by the owner on Jul 11, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c8747e8
commit b4faff3
Showing
16 changed files
with
583 additions
and
177 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,35 @@ | ||
main: aliuly\toybox\Main | ||
api: 1.10.0 | ||
api: [1.10.0,1.12.0] | ||
load: POSTWORLD | ||
|
||
name: ToyBox | ||
description: A box full of fun toys and tools | ||
version: 1.1.0 | ||
version: 1.2.1 | ||
author: aliuly | ||
website: https://github.com/alejandroliu/bad-plugins/tree/master/ToyBox | ||
|
||
permissions: | ||
toybox.treecapitator: | ||
default: op | ||
description: "Use treecapitator" | ||
toybox.magiccarpet: | ||
default: op | ||
description: "MagicCarpet command" | ||
toybox.compasstp: | ||
default: op | ||
description: "Teleport with compass" | ||
toybox.powertool: | ||
default: op | ||
description: "Allow the use of powertool" | ||
toybox.cloakclock.use: | ||
default: op | ||
description: "Can use cloakclock" | ||
toybox.cloakclock.inmune: | ||
default: op | ||
description: "Can see players using cloakclock" | ||
toybox.torch: | ||
default: op | ||
description: "Can use floating torch" | ||
toybox.treecapitator: | ||
default: op | ||
description: "Use treecapitator" | ||
toybox.magiccarpet: | ||
default: op | ||
description: "MagicCarpet command" | ||
toybox.compasstp: | ||
default: op | ||
description: "Teleport with compass" | ||
toybox.powertool: | ||
default: op | ||
description: "Allow the use of powertool" | ||
toybox.cloakclock.use: | ||
default: op | ||
description: "Can use cloakclock" | ||
toybox.cloakclock.inmune: | ||
default: op | ||
description: "Can see players using cloakclock" | ||
toybox.torch: | ||
default: op | ||
description: "Can use floating torch" | ||
toybox.veinminer: | ||
default: op | ||
description: "Allow the use of veinminer" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,64 @@ | ||
; messages.ini | ||
"%1%: Invalid item %2%, ignoring"="" | ||
"%1%: Invalid item %2%, using default"="" | ||
"%1% used TreeCapitator"="" | ||
"%1% used VeinMiner (%2% blocks affected)"="" | ||
"%1% used VeinMiner (one block affected)"="" | ||
"/magiccarpet"="" | ||
"/powertool"="" | ||
"/treecapitator"="" | ||
"/veinminer"="" | ||
"A magic carpet of size %1%\nappears below your feet."="" | ||
"Can not teleport to the void!"="" | ||
"CloakClock activated"="" | ||
"CloakClock de-actived"="" | ||
"Enable/Disable PowerTool"="" | ||
"Enable/Disable VeinMiner"="" | ||
"Enable/Disable treecapitator"="" | ||
"Fly with a magic carpet"="" | ||
"Magic carpet lost due to teleport!"="" | ||
"No blocks configured"="" | ||
"Not teleporting..."="" | ||
"PowerTool activated"="" | ||
"PowerTool de-actived"="" | ||
"Teleporting... %1%"="" | ||
"The magic carpet disappears"="" | ||
"Torch activated"="" | ||
"Torch de-activated"="" | ||
"Trampoline blocks: %1%"="" | ||
"TreeCapitator activated"="" | ||
"TreeCapitator de-actived"="" | ||
"Unable to load alias %1%"="" | ||
"Used TreeCapitator"="" | ||
"Using VeinMinger"="" | ||
"VeinMiner activated"="" | ||
"VeinMiner de-actived"="" | ||
"You can only do this in-game"="" | ||
"You could easily walk there!"="" | ||
"enabled %1% modules"="" | ||
"#%1%-mode"="" | ||
"#* EconomyAPI or"="" | ||
"#* GoldStd"="" | ||
"#* MassiveEconomy"="" | ||
"#* PocketMoney"="" | ||
"#. Please install one of the following:"="" | ||
"#Adventure"="" | ||
"#Available sub-commands for %1%"="" | ||
"#Creative"="" | ||
"#Description: "="" | ||
"#Enable %1% features"="" | ||
"#Enabled %1% features"="" | ||
"#Enabled one feature"="" | ||
"#Help: "="" | ||
"# MISSING MONEY API PLUGIN"="" | ||
"#NO features enabled"="" | ||
"#No help for %1%"="" | ||
"#No sub-command specified"="" | ||
"#Spectator"="" | ||
"#Survival"="" | ||
"#Unknown feature \"%1%\" ignored."="" | ||
"#Unknown sub-command %2% (try /%1% help)"="" | ||
"#Usage: "="" | ||
"#Using money API from %1%"="" | ||
"#You are not allowed to do this"="" | ||
"#You do not have permission to do that."="" |
Oops, something went wrong.