Paste #28522: Diff note for paste #28521

Date: 2016/01/15 19:12:55 UTC-08:00
Type: Diff Report

View Raw Paste Download This Paste
Copy Link


-Backpack:
-    type: assignment
-    actions:
-        on assignment:
-        - trigger name:click state:false
-        - trigger name:chat state:false
-    interact scripts:
-    - 10 FirstJoin
-
 FirstJoin:
     type: world
     events:
         on player joins:
         - if <player.has_flag[join].not> {
             - flag <player> join
             - narrate "<&e>Welcome to DWD! Enjoy your stay with this starter pack!"
             - playsound <player.location> sound:FIREWORK_TWINKLE2
-            - give i@leather_helmet:1
-            - give i@leather_chestplate:1
-            - give i@leather_leggings:1
+            - give li@i@wooden_sword|i@wooden_shovel|i@wooden_pickaxe|i@wooden_axe
+            - give i@log quantity:32
+            - equip <player> head:i@leather_helmet chest:i@leather_chestplate legs:i@leather_leggings feet:i@leather_boots
-            - give i@leather_boots:1
-            - give i@wooden_sword:1
-            - give i@wooden_shovel:1
-            - give i@wooden_pickaxe:1
-            - give i@wooden_axe:1
-            - give i@log:32
         }