This repository has been archived by the owner on Feb 7, 2019. 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.
Added commands, modified how the lang file is handled to better handl…
…e errors. New: /value - query value of current main hand held block from bentobox level addon block value list. /stoneores debug - puts stoneores into debug mode so you can see where a process is failing in the code. (As we didn't want to spam console when their was an error) /stoneores query <string/int> <yaml standard path> - Queries config to pull specific value. example usage: /stoneores query string language /stoneores query int worlds.Example_world.blocktypes.default.COBBLESTONE Modified: /stoneores reload - Now also reloads lang file.
- Loading branch information
1 parent
a53a795
commit 71d88a6
Showing
4 changed files
with
114 additions
and
107 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
9 changes: 1 addition & 8 deletions
9
src/main/java/me/shakeforprotein/stoneores/PlayerListener.java
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
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,3 +1,5 @@ | ||
yamlCreatedInVersion: '0.11.3' | ||
|
||
world: | ||
BSkyBlock_world_the_end: | ||
lvlcommand: 'is level' | ||
|