Jump to content

gust_dust

Member
  • Posts

    10
  • Joined

  • Last visited

Posts posted by gust_dust

  1. im trying to make permissions beacause on towny when my friends try to break something it says "cant break in the wilderness" and i know its something with the permEX plugin so i downloaded it tried to google some skript for towny and i didnt find any could someone help?

     

  2. 2 minutes ago, CoolProgrammer said:

    Hey there.

    I haven't been to that server, but looks like you want your spawners to have a custom behaviour.

    It's possible with skript.

    well its just custom spawners and they dont attack/move when they get spawned and i dont know skript that good so thats why i asked

  3. im trying to make it so when i do /sell and it isnt working

    options:
        cobbleprice: 2

    command /sell:
        trigger:
            if player's inventory contains cobblestone:
                set {_ammount} to ammount of cobblestone in player's inventory
                set {_profit} to {@cobbleprice} * {_ammount}
                send "%{_profit}%"
                add AMOUNT to player's balance
            else:
                send "Sorry, but you don't have any cobblestone in your inventory."

    it says that inventory of a player is not a world set {_ammount} to ammount of cobblestone in player's inventory 

    so i need help

×
×
  • Create New...