Jump to content

enawec

Member
  • Posts

    76
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by enawec

  1. command /afk: trigger: set {%player%.afk} to true every 20 minutes: if {%player%.afk} is true: execute console command "pay %player% [amount]" on any movement: set {%player%.afk} to false send "&l&4You are no longer afk" to player should work
  2. Post this in the Skript Discussion forum. Anyway, I'm not seeing anything that shows that you set what {@cooldown} is, and I'm too lazy rn to look at anything else
  3. enawec

    Updating Java Version

    Go to your server's settings, and go to version (the middle button under the IP, Server Status, 'Stop', and 'Restart'.) Click the green pencil next to 1.17.X and change it.
  4. enawec

    pls

    Check if the plugin is compatible with the same version your server is. Also, check if the Plugin requires a different one. I'm pretty sure the default one that your server is set to is Paper. Check if the plugin requires Fabric, NachoSpigot, SpongeForge, Velocity, or Waterfall. That's all I can think of rn.
  5. Don't do /seed in the console. Just type "seed" and "op (username)" because it automatically puts a '/' before them in console.
  6. You haven't shown logs but I'm just gonna try to think of some stuff that might have happened. If you're using a free plan, you may have too many plugins or the plugins are too much for the server to handle. Try replacing some plugins with Skripts if you can. Also, remove plugins you don't use. Lag-removing plugins may also help.
  7. Minehut.com > My Servers > Activate Server (If you have to) > Manage Server > Console > Enter Command > Type "op [your username]"
  8. You might think they're compatible, but they might not be. They might be for a different type of server (like paper.) Also, the actual plugin may not be updated properly, you might not have the dependencies installed, or some other issue with Minehut. There might be more reasons but those are the only ones I can think of rn.
  9. Haven't Skripted in a while but still remember pretty much everything.
  10. i tried that and nothing changed
  11. It says 'Error: Player not found.'
  12. I made this skript a lil while back and it worked then, but it won't work now
  13. kinda bored so I'm making skripts. Don't go too over-the-top on the Skript (don't make it super complex or super long)
  14. You can use SharpSK and use this Skript (don't know if it works haven't tested it): on armor equip: if {armor.equipped} does not contain player's uuid: add player's uuid to {armor.equipped} on armor unequip: remove player's uuid from {armor.equipped} on damage: if {armor.equipped} contains victim's uuid: cancel event
  15. I am very knowledgeable when it comes to making Discord servers. Also I can Skript, so I can make those for your server. Just add me on Discord: enalecks#0410 and DM me so that I can do it.
  16. if i have a discord server (related to minehut), where would i advertise it in?
  17. what is the difference between using [<blah>] and <blah>? example: command /blah <player>: command /blah [<player>]:
  18. on break of oak log: clear drops chance of 33%: drop 1 oak log chance of 34%: drop 2 oak log chance of 33%: drop 3 oak log should work
  19. i saw skripts that people put on the minehut market. How do i do this?
  20. yay im rookie 3/6

  21. so i think i have to use VSkript but can someone give me the link to download VSkript please? thanks!
  22. on join: wait 1 tick execute console command "/mvtp %player% REPLACE THIS WITH VOID WORLD NAME" just a quick skript you can put in. when they join the game it should tp them there. you have to set the multiverse spawn using '/mv set spawn' in the void world
×
×
  • Create New...