Jump to content

enawec

Member
  • Posts

    76
  • Joined

  • Last visited

  • Days Won

    1

Posts 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. 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.

    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.

  3. 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. 

  4. 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.

  5. 5 hours ago, Pancake123 said:

    what do you want this to do? Im pretty sure its detecting when an entity spawns  which means there would be no player. If its supposed to do it on player spawn do on respawn: instead of on spawn

    i tried that and nothing changed

  6. 6 hours ago, ItzPanda said:

    I need help finding a good no naked killing skript!

    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

                                                                                                         

  7. On 9/8/2022 at 9:50 AM, orislad said:

    I need script to do fortune work on oak Log

    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

  8. 2 hours ago, MoreDong said:

    yeah void world and mutliverse

    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

  9. I am a pretty good skripter i would like to say sorry if i sound cocky. i am also very experienced with plugins. if you need a skripter or dev i would happily help. i do not care if your server is awful or amazing, i'll do it. you can either comment that you're interested or dm me on discord: enalecks#0410

×
×
  • Create New...