Jump to content

whoswish

Member
  • Posts

    255
  • Joined

  • Last visited

  • Days Won

    2

Posts posted by whoswish

  1. 16 hours ago, Tarnerd said:

    Can you send your server logs here in a pastebin.com after it crashes? It'll help determine why your server keeps crashing. 

    might be the hand switch thing exploit that some hacked clients have. i encountered them when I was a mod on a server but the owner banned them before they could continue trying to crash the server.

  2. 3 hours ago, MeIsSmexyMan said:

    hey! could you help with my server? its a kit pvp server and really need help with gui skript. if this option is still open

     

     

    Hey, this post is over 9 months old, make sure to not post on posts on anything over 1 month old since its considered as necroposting, you can create a new post if you think you should. Thanks!

    @TNTiramisu can you lock this, thanks.

    • Like 1
  3. image.png.226736f0aef7108ce82b4ead83f97f07.png

    I have the plan, ok now lets go take a look at my dashboard...

    image.thumb.png.2c1fe86bc2883bc332f6249b97bbb52c.png

    Hmm looks like an advertisement...

    (the server that has the plan is under the adverttisement video

  4. 3 hours ago, XxGalaxy_BrosxX said:

    Can KingdomsX plug-in be added?

     

    Hey, make sure to make a new post for a new plugin. This post should be locked since it has been answered. Thanks!

  5.  

    On 5/8/2021 at 3:51 PM, M1nordragon said:

    Hello, I've suggested my plugin before but it got rejected because it was still in early development and "did not stand out" since there was a plugin with similar features to mine. Since then, I've improved and added a lot more customization features (still adding each day). I haven't seen another plugin with as much features and customization as mine has now so I'd like you to reconsider adding it.

     

    My other post: Click Here

    Spigot: Click Here

    GitHub: Click Here

    Polymart: Click Here

     

    Have a great day!

    theres better plugins already in minehut. such as Player Notify.

  6. You should include some reasons on why that anticheat should be added, what pros and cons does it have, does it have advantages over other anticheat plugins that minehut already has? If so, list them. It'll give alot more detail! Thanks.

  7. 10 minutes ago, Just5MoreMinutes said:

    The servers are offline! Be patient! Join the discord for more information.

    Its a frequent bug when servers are down.

    its not frequent its a 24/7 bug, minehut servers seem to have problems every day, the ppl like me who pay for our servers should get credits back for how much our servers are down, servers are down more then we play and its annoying.

    • Like 1
  8. On 5/20/2021 at 8:39 AM, Cec_Tora said:

    options:
        messageformat: %player's prefix%&r %{colour.%player%}%%player%&r%player's suffix%&8:&r %{color.%player%}%%message%

    on chat:
        if {colour.%player%} is set:
            set message format to "{@messageformat}"

    on chat:
        if {color.%player%} is set:
            set message format to "{@messageformat}"

    on first join:
        set {color.%player%} to "&7"
        set {colour.%player%} to "&7"

    command /b:
        permission: color.test
        trigger:
            set {color.%player%} to "&7"
            set {colour.%player%} to "&7"

    command /color:
        aliases: colour
        trigger:
            open chest with 3 rows named "&d&lName & ChatColour" to player
            format slot 0 of player with gray glass pane named "&f"
            format slot 10 of player with light gray wool named "&7Gray" with lore "&eFree" to run [make player execute command "/ol 1"]
            format slot 11 of player with yellow wool named "&eYellow" with lore "&e$100000" to run [make player execute command "/ol 2"]
            format slot 12 of player with green wool named "&2Green" with lore "&e$300000" to run [make player execute command "/ol 3"]
            format slot 13 of player with cyan wool named "&3Aqua" with lore "&e$1000000" to run [make player execute command "/ol 4"]
            format slot 14 of player with red wool named "&cRed" with lore "&e$2000000" to run [make player execute command "/ol 5"]
            format slot 15 of player with white wool named "&fWhite" with lore "&e$5000000" to run [make player execute command "/ol 6"]
            format slot 16 of player with gold block named "&6Gold" with lore "&e$10000000" to run [make player execute command "/ol 7"]
    26

    command /roloc [<text>]:
        trigger:
            if arg-1 is "1":
                set {color.%player%} to "&7"
                set {colour.%player%} to "&7"
                message "&d&lName & ChatColour &8| &fYour name & chat color is now &7Gray&f."

            if arg-1 is "2":
                if player's balance is less than 100000:
                    message "&3Insufficient funds! &7(&e$100000&7)"
                    stop
                else:
                    remove 100000 from player's balance
                    set {color.%player%} to "&e"
                    set {colour.%player%} to "&e"
                    message "&d&lName & ChatColour &8| &fYour name & chat color is now &eYellow&f."

            if arg-1 is "3":
                if player's balance is less than 300000:
                    message "&3Insufficient funds! &7(&e$300000&7)"
                    stop
                else:
                    remove 300000 from player's balance
                    set {color.%player%} to "&2"
                    set {colour.%player%} to "&2"
                    message "&d&lName & ChatColour &8| &fYour name & chat color is now &2Green&f."    

            if arg-1 is "4":
                if player's balance is less than 1000000:
                    message "&3Insufficient funds! &7(&e$1000000&7)"
                    stop
                else:
                    remove 1000000 from player's balance
                    set {color.%player%} to "&3"
                    set {colour.%player%} to "&3"
                    message "&d&lName & ChatColour &8| &fYour name & chat color is now &3Aqua&f."

            if arg-1 is "5":
                if player's balance is less than 2000000:
                    message "&3Insufficient funds! &7(&e$2000000&7)"
                    stop
                else:
                    remove 2000000 from player's balance
                    set {color.%player%} to "&c"
                    set {colour.%player%} to "&c"
                    message "&d&lName & ChatColour &8| &fYour name & chat color is now &cRed&f."

            if arg-1 is "6":
                if player's balance is less than 5000000:
                    message "&3Insufficient funds! &7(&e$5000000&7)"
                    stop
                else:
                    remove 5000000 from player's balance
                    set {color.%player%} to "&f"
                    set {colour.%player%} to "&f"
                    message "&d&lName & ChatColour &8| &fYour name & chat color is now &fWhite&f."

            if arg-1 is "7":
                if player's balance is less than 10000000:
                    message "&3Insufficient funds! &7(&e$10000000&7)"
                    stop
                else:
                    remove 10000000 from player's balance
                    set {color.%player%} to "&6"
                    set {colour.%player%} to "&6"
                    message "&d&lName & ChatColour &8| &fYour name & chat color is now &6Gold&f."

    can you put this into a pastebin next time

  9. This is my opinion but I just think they suck, they muted me for "instigating arguments" when I was talking about how I didnt like skripterman and how I didnt really like the new staff team, nobody started an argument and nobody has atm. looks like I cant express my opinion like how I used to.

    again, no offense to the new staff team but why are you guys so strict, get used to the community soon please.

     

    this is my opinion so dont attack me for this 😭

  10. On 11/10/2020 at 12:05 AM, WithqutMe said:

    You can use Essentials for the /nick feature.

    If you want a custom /nick skript add me on discord but it will cost: javadev#6969

    you seriously think ur gonna charge someone for a nick skript LOLOL

  11. 2 hours ago, pop4959 said:

    @ItamarCohen Little update for you; Vagdedes released a free version of his Spartan Anti-Cheat called ABC Advanced Anti-Cheat. This should be available to you now. Spartan most likely won't be getting added as a result, however you should find everything you need with ABC.

    Thanks pop, hope you have a good day/night.

    • Like 1
  12. 8 minutes ago, BanditEagle said:

    sudo is a command that makes players execute commands. Not a command that makes players say something. That can be done but itll be like /sudo player say hi!, then the player will send a message "hi!" to the server

    oh i forgot sudo also meant commands lol. im not used to making players do commands.

  13. Either im stupid or how would this work? Wouldn't a sudo skript more look like:

    command /sudo [<player>] [<text>]:
        usage: &c/sudo <player> <text>
        permission: sudo.use
        permission message: &cInsufficient Permissions
        trigger:
            make arg-1 say "%arg-2%"
  14. 5 hours ago, SuperOrca said:

    Requesting help therefore Skript Discussion would be the correct topic.

    image.png.943eeb3bccce49ee2a6be5bd62f33eed.png

    the title should tell you what im saying.

     

    They are asking/requesting for a skript. the marketplace is where you ask/provide things. So marketplace is the right cato.

  15. On 4/18/2021 at 6:21 AM, Wimfish said:

    command /setspawn:
        aliases: spawnset, sethub, hubset, setlobby, lobbyset
        permission: spawn.setspawn
        permission message: &cSorry, but you don't have permission to execute this command!
        description: Set spawn at your location.
        trigger:
            message "&6You have &cset spawn&6 at your location!"
            set {spawn} to location of player

    command /spawn [<player>]:
        aliases: hub, lobby
        permission: spawn.spawn
        permission message: &cSorry, but you don't have permission to execute this command!
        description: Teleport you to spawn.
        trigger:
            if {spawn} isn't set:
                message "&4Error:&c spawn is not set!"
                stop
            else:
                argument 1 is not set:
                    teleport player to {spawn}
                    message "&6Teleporting..."
                else:
                    if sender has permission "spawn.spawn.others":
                        if argument is online:
                            teleport argument to {spawn}
                        if sender is a player:
                            message "&6You have been teleported to spawn by &c%player%&6." to argument 1
                        if sender is not a player:
                            message "&6You have been teleported to spawn by &cConsole&6." to argument 1
                            teleport player to {spawn}
                    else:
                        message "&cSorry, but you don't have permission to execute this command!"

    the aliases are kinda useless since minehut's /hub and /lobby override anything.

×
×
  • Create New...