buttonsmap1.txt 1014 B

1234567891011121314151617181920212223242526272829
  1. gamesignloc = minigame.getSignLoc("buttonssign1");
  2. gamesworld = world.getGames();
  3. spawn_loc = loc.new(gamesworld, 3973.5, 60, -1968.5, 0.0001, 0.0001);
  4. mapname = "Farmland";
  5. origin_material = material.get("minecraft:andesite");
  6. mark_material = material.get("minecraft:polished_andesite");
  7. maxplayers = 1;
  8. buttons = list.new();
  9. list.add(buttons, loc.new(gamesworld, 3974, 63, -1964));
  10. list.add(buttons, loc.new(gamesworld, 3973, 63, -1964));
  11. list.add(buttons, loc.new(gamesworld, 3972, 63, -1964));
  12. list.add(buttons, loc.new(gamesworld, 3974, 62, -1964));
  13. list.add(buttons, loc.new(gamesworld, 3973, 62, -1964));
  14. list.add(buttons, loc.new(gamesworld, 3972, 62, -1964));
  15. list.add(buttons, loc.new(gamesworld, 3974, 61, -1964));
  16. list.add(buttons, loc.new(gamesworld, 3973, 61, -1964));
  17. list.add(buttons, loc.new(gamesworld, 3972, 61, -1964));
  18. /*
  19. norden 1 // -z
  20. osten -1 // +x
  21. süden -1 // +z
  22. westen 1 // -x
  23. */
  24. //In welche Richtung schauen die Knöpfe?
  25. direction = "z"; //x oder z
  26. number = 1; //-1 oder 1