Jump to content

Nd_

Member
  • Posts

    850
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by Nd_

  1. Post it here https://forums.minehut.com/forum/23-player-reports/. Also, you aren't allowed to curse on the forums
  2. Requesting Move To Marketplace @BennyDoesStuff @Trent @MikeTheAngel @_Gingey_
  3. It's not just you, it also doesn't work for me
  4. Code: on join: display board named "&4&lMIXEDGAME" to player make score of "Players: " in board of player to {playercount} Errors: Note 1: Yes, I have SkQuery Note 2: The {playercount} variable is a custom made variable
  5. Code: command /kit <text>: description: Get a Kit permission: getkit executable by: players trigger: world is "ul_KitPVP": if arg 1 is "default": give player 1 wooden sword equip player with all leather armor message "&4You have equipped the Default kit" else if arg 1 is "Cop": player has permission "kit.cop" equip player with all leather armor dye player's helmet blue dye player's chestplate blue dye player's leggings blue dye player's boots blue message "&4You have equipped the &1Cop&4 kit" else: message "&4You don't have the &1Cop&4 kit" else: message "&4The Kit %argument% isn't a kit" else: message "&4You are not in the KitPVP world" When I type /kit Cop, it shows the You have equipped the Cop kit and You don't have the Cop kit(if you have the permission) and gives you the kit. If you don't have the permission, it does nothing. Adding stop after the You have equipped the Cop kit message stops it from showing both messages, but it won't send the You don't have the cop kit message if you don't have the permission
  6. Nd_

    Money/Items upon Kill

    Try this on kill: give the player one wooden sword
  7. Code: command /kit <text>: description: Get a Kit permission: getkit executable by: players trigger: world is "ul_KitPVP": if arg 1 is "default": give player 1 wooden sword equip player with all leather armor message "&4You have equipped the Default kit" else if arg 1 is "Cop": player has permission "kit.cop" equip player with all leather armor dye player's helmet blue dye player's chestplate blue dye player's leggings blue dye player's boots blue message "&4You have equipped the &1Cop&4 kit" else: message "&4You don't have the &1Cop&4 kit" else: message "&4The Kit %argument% isn't a kit" else: message "&4You are not in the KitPVP world" When I run /kit Cop, it shows both the &4You have equipped the &1Cop&4 kit and the &4You don't have the &1Cop&4 kit messages. Also, it you don't have the permission, it says(or does) anything. I tried putting stop after the Equip Cop message, but only fixed one problem. Thanks
  8. It doesn't crash anymore, but when I changed my API key it broke(and i did change it in the config)
  9. Nd_

    Error Help

    Add a space between /d and command Remove the weird letters Also, please post your own thread instead of replying to mine.
  10. Nd_

    Error Help

    So I have a skript which gives people Kits(below) command /kit <text>: description: Get a Kit permission: getkit executable by: players trigger: world is "ul_KitPVP": if arg 1 is "default": give player 1 wooden sword equip player with all leather armor message "&4You have equipped the Default kit" else if arg 1 is "Cop": player has permission "kit.cop" equip player with all leather armor dye player's helmet blue dye player's chestplate blue dye player's leggings blue dye player's boots blue else: message "&4You don't have the &1Cop&4 Kit" else: message "&4The Kit %argument% isn't a kit" else: message "&4You are not in the KitPVP world" and it gives me an error that says that else/else if has to be placed after a if/else if? I don't get it, as I have the if's and else if's in the correct spots(i think) Thanks!
  11. Make it so blocks like leaves don't drop anything
  12. command /stopmove <player>: permission: stopmove.stopmove permission message: You don’t have permission. trigger: if arg-1 isn't set: send "&cCorrect Usage: /stopmove" else: wait 1 minute loop all players: set {nomove::%loop-player's uuid} to true on any movement: if {nomove::%loop-player's uuid} is true: cancel event Try this
  13. Nd_

    Cannot Send Chat Message

    Do you have any plugins?
  14. When I type a command in MaxBans, it only says how to type the command(e.g /checkban <user>).
  15. Nd_

    Extreme Lag

    Type /lag and tell me the results
  16. I couldn't find anything about NamelessMC reloading, but I will ask on the Nameless forums.
  17. Nd_

    .

    It's ok
×
×
  • Create New...