Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- options:
- p: &8[&bSv-Hosting&8]
- on right-click on a entity:
- if name of entity is "&6&lBobMarley":
- wait 2 ticks
- open chest with 3 rows named "&6&lBobMarley" to player
- format slot 11 of player with 296 named "&2WHEAT" with lore "&7Sælg din wheat her!" to run [ make player execute command "/wheatwheatwheatselllll"]
- format slot 13 of player with bread named "&2BRØD" with lore "&7Sælg dit brød her!" to run [ make player execute command "/breadbreadbreadselllll"]
- format slot 15 of player with water bucket named "&2VAND" with lore "&7Køb dit vand her! || &7800 DDK" to run [ make player execute command "/vandvandbuy"]
- format slot 3 of player with seeds named "&2SEEDS" with lore "&7Køb dine seeds her! || &7500 DDK" to run [ make player execute command "/seedsbuy"]
- format slot 5 of player with iron hoe named "&2LE" with lore "&7Køb en le her! || &7600 DDK" to run [ make player execute command "/lebuy"]
- format slot 21 of player with 166 named "&4&lINTET" to close
- format slot 23 of player with 166 named "&4&lINTET" to close
- command /wheatwheatwheatselllll:
- trigger:
- if player have 1 wheat in inventory:
- add 100 to player's balance
- remove 1 wheat from player's inventory
- send "{@p} &7Du har solgt et stykke wheat for &b100$&7!"
- else:
- send "{@p} &7Du har ikke noget wheat i din inventory!!"
- command /breadbreadbreadselllll:
- trigger:
- if player have 1 bread in inventory:
- add 300 to player's balance
- remove 1 bread from player's inventory
- send "{@p} &7Du har solgt et stykke bread for &b300$&7!"
- else:
- send "{@p} &7Du har ikke noget brød i din inventory!!"
- command /vandvandbuy:
- trigger:
- if player's balance >= 800:
- send "{@p} &rDu har købt en Vandspand for &c800 &fDDK" to player
- remove 800 from player's money
- give 1 326 to player
- else:
- send "{@p} &rDu har ikke &c800 &fDDK." to player
- command /lebuy:
- trigger:
- if player's balance >= 600:
- send "{@p} &rDu har købt en le for &c600 &fDDK" to player
- remove 600 from player's money
- give 1 292 to player
- else:
- send "{@p} &rDu har ikke &c600 &fDDK." to player
- command /seedsbuy:
- trigger:
- if player's balance >= 500:
- send "{@p} &rDu har købt en seed for &c500 &fDDK" to player
- remove 500 from player's money
- give 1 seeds to player
- else:
- send "{@p} &rDu har ikke &c500 &fDDK." to player
Advertisement
Add Comment
Please, Sign In to add comment