Jump to content

Pryzmm

Moderator
  • Posts

    2,041
  • Joined

  • Last visited

  • Days Won

    33

Everything posted by Pryzmm

  1. check /sk info. If it still says 2.6.2, check the Addons tab and delete skript from there (Make sure to save your scripts to your desktop). Then restart. Add the 2.6 skript.jar to your plugins file and restart again. Go to the skript file and readd all your skripts, then /sk reload all
  2. Downgrade your skript version to 2.6 and see if it works then.
  3. remove the '/' from the command
  4. Pryzmm

    Ban Appeal

    lol. "Other" Anyway, you can appeal here: Submit a request – Minehut (zendesk.com)
  5. You could upgrade the server version if you wanted too, but i'd recommend creating a backup before you do. For downgrading the skript version, download the .jar file from here and replace it in your plugins file. https://github.com/SkriptLang/Skript/releases
  6. Try this command /dupe: trigger: if {DupeBlacklist::*} does not contain 1 of player's held item: give player player's held item else: send "&cYou cannot dupe this!" command /dupeblacklist: permission: op trigger: if {DupeBlacklist::*} does not contain 1 of player's held item: add 1 of player's held item to {DupeBlacklist::*} send "&aAdded item to blacklist!" else: remove 1 of player's held item from {DupeBlacklist::*} send "&aRemoved item from blacklist!"
  7. Pryzmm

    Minecraft Commands

    do /gamerule sendCommandFeedback true
  8. You might have plugins that effect where you spawn.
  9. Second time I'm saying this to a mod, but a post you moved wasn't the right thing to do, since it'll never be handled in the Ban Appeals area in the forums. (This Post)
    "Post in the proper category next time" Normal forum users can't post there since it's locked by benny.

     

  10. AgentGamerPro locked this topic
  11. Pryzmm

    Interface problem

    Refresh your page or close the browser. This happens to me to and this usually works.
  12. Variables and scores are not the same. Use 'set <variable> to <value>' instead.
  13. https://skripthub.net/docs/?id=3625
  14. on break: player's gamemode is not creative set {_fortune} to level of fortune of the player's tool add 1 to {_fortune} clear drops drop {_fortune} of event-block's drops at location of event-block
  15. Once you have skript installed, go to your file manager and open the skript file. From there, go to the scripts file and create a new file named "whateveryouwanthere.sk" Paste the skript in there and save. Either restart or type /sk reload "whateverthenameofthefileis"
  16. Minehut resolved this issue a couple hours ago. Try again now.
  17. Try this. No errors but it should work. I'm on vacation rn so I can't call you on discord so on rightclick: uncolored name of targeted entity is "INPUT NAME HERE!" send "<link:INPUT LINK HERE!>&3&lClick here to join our Discord!"
  18. All your skripts seem to have crashed. Try downgrading your skript version down to where 1.17 started to be supported, like 2.6. It's possible that since you're sunning 2.6.2 on a 1.17 server it's causing a ton of those errors.
  19. Try if player's held item contains ink sac named "jalapeno popper":
  20. There could be a lag machine loaded when a specific player joins.
  21. You can use skript to make a link. There are videos on how to set it up. You can use this piece of code (Requires Skript and Skream) It's not tested but it should work # change 0 in line 2 to the NPC integer of your NPC # change "example.link" to your discord link on npc rightclick: event-integer is 0 send "<link:example.link>&3&lClick here to join our Discord!"
  22. It you're running a spigot server it may not be there.
×
×
  • Create New...