-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #15 from GorgeousOne/experimental
1.2.4 release
- Loading branch information
Showing
62 changed files
with
2,164 additions
and
2,242 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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,6 +1 @@ | ||
language: english | ||
wand-item: gold_spade | ||
maze: | ||
maximum-pathwidth: 50 | ||
maximum-wallwidth: 50 | ||
maximum-wallheight: 100 | ||
wand-item: golden_shovel |
This file was deleted.
Oops, something went wrong.
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,39 @@ | ||
help-pages: | ||
wand-command: 'This command gives you the most legendary tool ever sighted (by me): The Maze Wand! \n\nClick two blocks on the ground to create clipboard (that''s a rectangle or circle). Click and drag a blue corner of the clipboard to resize it. This clipboard can be converted to a maze floor with /tangledmaze start.' | ||
start-command: Converts your clipboard into the floor plan of a maze. This floor plan can now be edited by adding/cutting away other clipboards from it (/tangledmaze add/cut) or with the brush tool (/tangledmaze select brush). | ||
discard-command: Discards your floor plan and your clipboard. | ||
select-command: 'Lets you choose between different tools to edit floor plan of your maze. Following tools can be selected:' | ||
tools: | ||
rectangle: The shape of your clipboards will form rectangles. | ||
circle: Your clipboards will form circles. | ||
brush: Left click on the outline of your floor plan to reduce it at that block. Right click on the outline to expand it at that block. | ||
exit: Sets exits (or entrances) for your maze. Click on the outline of your floor plan to set an exit, click it a second time to delete it again. The diamond exit shows where maze generator will start making paths from. | ||
add-cut-command: 'Adds or cuts away your clipboard from your floor plan. This only works if the clipboard is touching your maze. In areas cut off from the main part of your maze with the diamond exit there won''t be generated any paths (just don''t).' | ||
undo-command: Undoes the last change to your maze like adding or cutting a clipboard away or usage of the brush tool. | ||
pathwidth-wallwidth-wallheight-command: These three commands are for changing the width of maze paths and walls as well as the wall height for the generation in the end. | ||
pathlength-command: This command affects for how many times a path will try to expand in one direction in your maze. Depending on the size of your maze a shorter paths (1) or longer paths (10) may look more esthetic. | ||
build-command: 'Builds your maze out of a mixture of blocks you enter. Type in the name of each block you want your maze to be built of (and &2":" &a+ &2a number &aif necessary), for example:\n &2"/maze build quartz_block:1" &a(that''s chiseled quartz).' | ||
teleport-command: Teleports you back to your floor plan (if you have the permission for that). | ||
unbuild-command: Unbuilds a recently generated maze (If you didn't start a new one). You then can also change it further and build it again. | ||
messages: | ||
plugin-reloaded: Reloaded Tangled Maze. | ||
tool-switched: Switched tool to %tool%. | ||
tool-for-floor-plan-only: This tool can only be used for a floor plan of a maze. | ||
maze-pathwidth-changed: Path width set to %number% blocks. | ||
maze-wallwidth-changed: Wall width set to %number% blocks. | ||
maze-wallheight-changed: Wall height set to %number% blocks. | ||
maze-pathlength-changed: Path length set to %number% blocks. | ||
maze-building-started: Started building your maze. | ||
maze-unbuilding-started: Started unbuilding your maze. | ||
no-maze-to-unbuild: You have not built a maze yet that could be unbuild. | ||
errors: | ||
insufficient-permission: You do not have the permission for this command. | ||
clipboard-not-started: Please select an area with a maze wand first. | ||
clipboard-not-finished: Please finish your clipboard first. | ||
maze-not-started: Please start a maze first. | ||
clipboard-not-touching-maze: Your clipboard does not seem to touch your maze. | ||
no-maze-border-clicked: This block is not the border of your maze... | ||
no-maze-exit-set: Please mark an exit at the border of your maze first. | ||
no-build-blocks-specified: Please specify a block(s) from which your maze will be built. | ||
argument-not-matching-block: '%block% is not a block name.' | ||
invalid-number: '%number% is not a valid number.' |
File renamed without changes.
Oops, something went wrong.