Jump to content

Big_Boi32

Member
  • Posts

    12
  • Joined

  • Last visited

Posts posted by Big_Boi32

  1. Hi all,

    I am paying for the 800 credits a month plan and I started it a month ago, and got the MH20 plan. It is now not working and my Minehut server is meant to shut down in 50 minutes. I was just wondering if this is a subscription or you have to go on it every month to pay for it. 

    Thanks!

  2. Hi,

    The UltraCosmetics file isn't showing in the File Manager -> Plugins.

    I have added all the required plugins, and restarted the server, multiple times.

    It still doesn't show, and when I enter /cosmetics in my server it doesn't work.

    If you have any recommendations, or it it just isn't working, I would love to know.

  3. I honestly don't know. I am not in any way good at skript, and I don't even know anything about that. I got sent that in a skript help discord server, and I changed it so that it would work for me. I thought I was just meant to put that in a script folder, and restart skript, then right click a compass. I am clearly wrong.

  4. Hi,

    I wanted to make a lobby compass, and got some help with it. Something isn't working, and when I check it with YAMLlint it says 

    (<unknown>): found character that cannot start any token while scanning for the next token at line 2 column 1
    This is the skript, if someone could please help me I would greatly appreciate it!

    options:
        prefix: &3&lVouchers &8&l» &7

    command /voucher [<string>] [<string>] [<string>]:
        permission: voucher.admin
        trigger:
            if arg 1 is set:
                if arg 1 = "create":
                    if arg 2 is set:
                        if {vouchers::list::*} contains arg-2:
                            message "{@prefix} This does already exist!"
                            stop

                        add arg-2 to {vouchers::list::*}
                        message "{@prefix} Created the voucher &b%arg-2%"
                        stop

                    else:
                        message "{@prefix} Specify a name for the voucher!"
                        stop
                
                if arg 1 = "delete":
                    if arg 2 is set:
                        if {vouchers::list::*} doesn't contain arg-2:
                            message "{@prefix} This voucher does not exist!"
                            stop
                        
                        remove arg-2 from {vouchers::list::*}
                        message "{@prefix} Deleted voucher &b%arg-2%"

                        delete {voucher::%arg-2%::*}
                        stop
                    
                    else:
                        message "{@prefix} Specify the name of the voucher you want to delete!"
                        stop

                if arg 1 = "setcommand":
                    if arg 2 is set:
                        if arg 3 is set:
                            if {vouchers::list::*} doesn't contain arg-2:
                                message "{@prefix} This voucher does not exist!"
                                stop

                            set {voucher::%arg-2%::command} to arg-3
                            message "{@prefix} Set the command of voucher &b%arg-2% &7to &b%arg-3%"
                            stop
                        else:
                            message "{@prefix} Please specify a command!"
                            stop
                    else:
                        message "{@prefix} Please specify the name of the voucher."
                        stop
                
                if arg 1 = "setmessage":
                    if arg 2 is set:
                        if arg 3 is set:
                            if {vouchers::list::*} doesn't contain arg-2:
                                message "{@prefix} This voucher does not exist!"
                                stop

                            set {voucher::%arg-2%::message} to arg-3
                            message "{@prefix} Set the message of voucher &b%arg-2% &7to &b%arg-3%"
                            stop
                        else:
                            message "{@prefix} Please specify a message!"
                            stop
                    else:
                        message "{@prefix} Please specify the name of the voucher."
                        stop
                
                if arg 1 = "give":
                    if arg 2 is set:
                        if {vouchers::list::*} doesn't contain arg-2:
                            message "{@prefix} This voucher does not exist!"
                            stop
                        
                        give 1 of paper named "&7%arg-2%" with lore "&7Click to claim" to the player
                        message "{@prefix} Gave you the voucher!"
                        stop
                    else:
                        message "{@prefix} Please specify the name of the voucher."
                        stop
            else:
                message "{@prefix} Usage: /voucher ( create / delete / give / setcommand / setmessage ) ( arguments ) "


    on rightclick:
        if type of player's tool = compass:
            set {&6Main Menu} to name of player's tool
            replace all "&7" with "" in {&6Main Menu}
            if {vouchers::list::*} contains "%{&6Main Menu}%":
                if lore of player's tool = "&7Click to Open":
                    set {_name} to {&6Main Menu}
                    remove 1 of player's tool from player's inventory
                    # Changing {player} with %player%
                    set {_replace} to ReplacePlaceholder({voucher::%{_name}%::command}, "{player}", "%player%")
                    execute console command "%{_replace}%"
                    message "{@prefix} %{voucher::%{_name}%::message}%"

    on load:
        if {vouchers::list::*} is not set:
            add "" to {vouchers::list::*}

  5. 13 hours ago, AWorthySon said:

    Heya!

    Many servers on minehut usually use the plugin "skript" or so I'd imagine. Consider taking a visit to Skript Discussion. I'm sure people would be more than happy to teach and help you. You may also send me a message and I'll be glad to help you.

    Skript is essentially a code language that allows you create simple programs using a English friendly style of code. You can create a lot of awesome and convenient stuff for your server.

    I'm not sure if there are any plugins to help you do this, but I'd recommend you give Skript a go.

    ❤️😄

    Thanks! I’ll try my best with skript.

  6. Hi,

    I was wondering how to make an item (such as a compass) do a command (like open a custom gui menu) when you right click it. I have seen this on multiple servers yet I have not been able to do it.

    Thanks!

  7. I already have them installed and am still unable to see the ultra cosmetics file. Plus, whenever I do one of the commands it comes up with the ‘an internal error has occurred’ message.

  8. Hi,

    Please update ultra cosmetics, it's not showing up in the plugins file manager, I'm not sure if this is because it's not updated or some other reason. 

    I have created a fun server and all it needs now is cosmetics to make it really good.

    Thanks!

     

    (p.s it should be where the arrow is pointing, but isn't)

    Screenshot (7)_LI.jpg

×
×
  • Create New...