Jump to content

enawec

Member
  • Posts

    76
  • Joined

  • Last visited

  • Days Won

    1

enawec last won the day on March 20

enawec had the most liked content!

About enawec

  • Birthday 05/29/2009

Recent Profile Visitors

585 profile views

enawec's Achievements

Rookie

Rookie (3/6)

1

Reputation

  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
×
×
  • Create New...