Skip to content

Instantly share code, notes, and snippets.

View TheRealPear's full-sized avatar
🍐

Pear TheRealPear

🍐
View GitHub Profile
@TheRealPear
TheRealPear / bedwars-store.xml
Last active August 21, 2022 20:56
PGM Bed Wars interactive shop
<shops>
<shop id="item-shop" name="Items">
<category id="blocks" name="`aBlocks" material="hard clay">
<item material="wool" damage="14" filter="only-red" amount="16" price="4" currency="iron ingot" color="white"/>
<item material="wool" damage="11" filter="only-blue" amount="16" price="4" currency="iron ingot" color="white"/>
<item material="wool" damage="5" filter="only-green" amount="16" price="4" currency="iron ingot" color="white"/>
<item material="wool" damage="4" filter="only-yellow" amount="16" price="4" currency="iron ingot" color="white"/>
<item material="stained clay" damage="14" filter="only-red" amount="16" price="12" currency="iron ingot" color="white"/>
<item material="stained clay" damage="11" filter="only-blue" amount="16" price="12" currency="iron ingot" color="white"/>
<item material="stained clay" damage="5" filter="only-green" amount="16" price="12" currency="iron ingot" color="white"/>
@TheRealPear
TheRealPear / groundzero-map.xml
Last active June 29, 2022 06:35
"Ground Zero" by _iMan, orangle, and TurtleeMan69 - PGM XML
<?xml version="1.0"?>
<map proto="1.4.0">
<name>Ground Zero</name>
<version>1.0.0</version>
<objective>Leak the enemy's obsidian core and defend your own.</objective>
<gamemode>dtc</gamemode>
<authors>
<author uuid="f3a45bea-dbde-4791-8155-0988b644ac3b" contribution="Map creation"/> <!-- _iMan -->
<author uuid="c7631131-30fe-4d64-adee-adaa2ac089de" contribution="Map layout"/> <!-- orangle -->
<author uuid="3c2d8af1-d1ff-4b19-b8f6-a49712cb2601" contribution="Map terraforming"/> <!-- TurtleeMan69 -->
@TheRealPear
TheRealPear / target-map.xml
Created April 27, 2022 03:38
"Target" by n6cr - PGM XML
<?xml version="1.0"?>
<map proto="1.4.0" game="King of the Hill">
<name>Target</name>
<version>1.0.0</version>
<objective>Reach 800 points before the opposing team!</objective>
<gamemode>koth</gamemode>
<!-- Authors and Contributors -->
<authors>
<author uuid="14091c10-0c80-4700-bdc9-91de0518c79a" contribution="Map creation"/> <!-- n6cr -->
</authors>
@TheRealPear
TheRealPear / bodiam.xml
Last active July 7, 2022 04:28
Bodiam Castle BW PGM XML
<?xml version="1.0"?>
<map proto="1.4.2" game="Bed Wars">
<name>Bodiam Castle</name>
<created>2022-01-22</created>
<version>1.0.2</version>
<objective>Destroy the enemy teams' bed and eliminate them before they get to yours.</objective>
<gamemode>arcade</gamemode>
<gamemode>dtm</gamemode>
<gamemode>blitz</gamemode>
<!-- Authors and Contributors -->