Jump to content

Help with this skript ? Im very new so idk what i did wrong


pete_parker

Recommended Posts

command /disableores [<text>]:
  permission: hcf.admin.ore
  permission message: &cYou lack permission!
  trigger:
    if arg 1 is "true":
      if {ore} is true:
        send "&7Disableores is already &aEnabled"
    else:
      set {ore} to true
      send "&7Disableores is &aEnabled"
    if arg 1 is "false":
      if {oreregen} is false:
        send "&7Disableores is already &aDisabled"
    else:
      set {oreregen} to false
      send "&7Disableores is &aDisabled"
    if arg 1 is not set:
      send "<enable/disable>"
on place:
  if {ores} is true:
    player is holding ancient debris
    cancel event
    send "&e&l(!) &eThis item cannot be placed"

  

So if i run this command this happends 

https://imgur.com/a/Vz9Get8

Any help on this?

 

Link to comment
Share on other sites

5 hours ago, pete_parker said:
command /disableores [<text>]:
  permission: hcf.admin.ore
  permission message: &cYou lack permission!
  trigger:
    if arg 1 is "true":
      if {ore} is true:
        send "&7Disableores is already &aEnabled"
    else:
      set {ore} to true
      send "&7Disableores is &aEnabled"
    if arg 1 is "false":
      if {oreregen} is false:
        send "&7Disableores is already &aDisabled"
    else:
      set {oreregen} to false
      send "&7Disableores is &aDisabled"
    if arg 1 is not set:
      send "<enable/disable>"
on place:
  if {ores} is true:
    player is holding ancient debris
    cancel event
    send "&e&l(!) &eThis item cannot be placed"

  

So if i run this command this happends 

https://imgur.com/a/Vz9Get8

Any help on this?

 

You used two different variables

{ores} and {oreregen}

tumblr_lqahoaPLkC1ql1l0v.gif

Feel free to add me on discord if you:

dc3456c-e0ec58e8-c807-43e3-b986-5224b91a need help with plugins

dc3456c-e0ec58e8-c807-43e3-b986-5224b91a need help with skripts

dc3456c-e0ec58e8-c807-43e3-b986-5224b91a need to vent about something

tumblr_lqahoaPLkC1ql1l0v.gif

>[ ‧₊˚꒰ʚ Starshine ɞ ‧✦ *#2683 ]<

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...