Skip to content
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.

Commit

Permalink
v8.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrodoc committed Mar 17, 2016
1 parent bea7b24 commit 8f73706
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/minecraft/General.mpl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Befehle der Version 8.0.0
Befehle der Version 8.1.0

# Param & Return Types:
# AS = ArmorStand
Expand Down Expand Up @@ -88,7 +88,7 @@ Install {
/setblock ~ ~ ~-1 redstone_block
/setblock ~ ~1 ~ stone
Install }

8
Uninstall {
/setblock ~ ~ ~-1 stone
/tellraw @a {"text":"[ApertureCraft Vanilla] ","color":"red","extra":[{"text":"Starting Uninstallation","color":"yellow"}]}
Expand Down Expand Up @@ -147,7 +147,7 @@ Portalsystem_on_off {

/execute @e[name=ACV_online] ~ ~ ~ /setblock ~ ~ ~ redstone_block
/execute @e[name=ACV_teleportation] ~ ~ ~ /setblock ~ ~ ~ redstone_block
/tellraw @a {"text":"","extra":[{"text":"Welcome to","color":"gold"},{"text":" ApertureCraft Vanilla\n","color":"dark_aqua"},{"text":" Version: ","color":"gold"},{"text":"8.0.1\n","color":"dark_aqua","italic":"true"},{"text":" made by ","color":"yellow","italic":"true"},{"text":"Adrodoc55\n","color":"aqua","hoverEvent":{"action":"show_text","value":{"text":"Click to open YouTube Channel","color":"red"}},"clickEvent":{"action":"open_url","value":"https://www.youtube.com/user/Adrodoc55"}},{"text":"\nVisit me on ","color":"yellow"},{"text":"[Github]","color":"aqua","hoverEvent":{"action":"show_text","value":{"text":"Click to open Github","color":"red"}},"clickEvent":{"action":"open_url","value":"https://github.com/Adrodoc55/ApertureCraftVanilla"}},{"text":" to report Bugs and check for Updates\n","color":"yellow"}]}
/tellraw @a {"text":"","extra":[{"text":"Welcome to","color":"gold"},{"text":" ApertureCraft Vanilla\n","color":"dark_aqua"},{"text":" Version: ","color":"gold"},{"text":"8.1.0\n","color":"dark_aqua","italic":"true"},{"text":" made by ","color":"yellow","italic":"true"},{"text":"Adrodoc55\n","color":"aqua","hoverEvent":{"action":"show_text","value":{"text":"Click to open YouTube Channel","color":"red"}},"clickEvent":{"action":"open_url","value":"https://www.youtube.com/user/Adrodoc55"}},{"text":"\nVisit me on ","color":"yellow"},{"text":"[Github]","color":"aqua","hoverEvent":{"action":"show_text","value":{"text":"Click to open Github","color":"red"}},"clickEvent":{"action":"open_url","value":"https://github.com/Adrodoc55/ApertureCraftVanilla"}},{"text":" to report Bugs and check for Updates\n","color":"yellow"}]}
/setblock ~ ~ ~ redstone_block
/fill ~ ~ ~ ~1 ~ ~ air
/tellraw @a {"text":"ApertureCraft Vanilla has been installed. Please restart the System to enable it!","color":"red"}
Expand Down

0 comments on commit 8f73706

Please sign in to comment.