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
#! @python3@/bin/python3 -B | |
import argparse | |
import os | |
import os.path | |
import sys | |
import errno | |
import subprocess | |
import glob | |
import datetime | |
import shutil |
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
/give @a written_book 1 0 {pages:[ | |
"{text:'',extra:[ | |
{text:'Util\n', bold:true}, | |
{text:'\n', bold:false}, | |
{text:'Clear Weather\n',clickEvent:{action:run_command,value:'/weather clear'}}, | |
{text:'Clear Entities\n',clickEvent:{action:run_command,value:'/tp @e[type=!Player,rm=0,r=100] ~ -2000 ~'}}, | |
{text:'\n'}, | |
{text:'Orange Line W-E 10\n',clickEvent:{action:run_command,value:'/fill ~1 ~-1 ~ ~10 ~-1 ~ minecraft:wool 1 replace minecraft:sandstone'}}, | |
{text:'Orange Line N-S 10\n',clickEvent:{action:run_command,value:'/fill ~ ~-1 ~1 ~ ~-1 ~10 minecraft:wool 1 replace minecraft:sandstone'}}, | |
{text:'Clear wool\n',clickEvent:{action:run_command,value:'/fill ~-10 ~-1 ~-10 ~10 ~-1 ~10 minecraft:sandstone 1 replace minecraft:wool'}}, |