Skip to content

Commit

Permalink
Added warning for if the player has command blocks disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
Zungrysoft committed Jul 21, 2021
1 parent 4a1e73e commit cd28fcc
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ If you want to update the datapack to the latest version:
- Open the "datapacks" folder
- Delete the zip file that is there and replace it with the newly-downloaded zip file

If you want to run the datapack on a server:
- Generate a default world on the server, then close the server
- Open the world's folder and check if there is a datapacks folder there. If there is no datapacks folder, create one.
- Copy the downloaded zip file into the datapacks folder
- Open the server.properties file and make sure "enable-command-block=true". If it is set to false, change it to true. The datapack will not work unless you do this!

![The Stronghold Ruins](https://raw.githubusercontent.com/Zungrysoft/The-Escher-Dimension/master/docs/screenshots/stronghold2_1.png)
![Hellion Heights](https://raw.githubusercontent.com/Zungrysoft/The-Escher-Dimension/master/docs/screenshots/hellion_1.png)
![Infernal Industries](https://raw.githubusercontent.com/Zungrysoft/The-Escher-Dimension/master/docs/screenshots/infernal_1.png)
Expand Down
7 changes: 7 additions & 0 deletions data/tid/functions/misc/command_block_warning.mcfunction
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#Delete the Command Block
setblock ~ ~ ~ air
fill ~-1 ~-1 ~-1 ~1 ~1 ~1 air replace redstone_block

#Delete the signs
fill ~-1 ~-1 ~-1 ~1 ~1 ~1 air replace minecraft:oak_wall_sign
fill ~-1 ~-1 ~-1 ~1 ~1 ~1 air replace minecraft:bedrock
Binary file modified data/tid/structures/intro/entrance.nbt
Binary file not shown.

0 comments on commit cd28fcc

Please sign in to comment.