Jump to content

Ezekia

Member
  • Posts

    620
  • Joined

  • Last visited

  • Days Won

    4

Posts posted by Ezekia

  1. 17 hours ago, SLG Molly said:

    I self taught myself HTML back in high school so that I could code my art blog B) May learn another though! Any recommendations? 

    image.png

    OmG sAmE

    i know html too! (And css, javascript, c# and some others)

  2. 2 minutes ago, Matqx said:

    Uhh I haven't really tested this and it's probably extremely wrong but:

    
    on command:
        if "%world of player%" contains "world":
            if command is "/test":
                send "unknown command"

    And just do that to all commands you'd like to restrict. I'm pretty sure there's an easier method although for that you'd have to contact @TacticalModz

    although, for skyblock, would I have to add that for every new skyblock? its just that every syblock world is called the same thing so it might get mixed up...

  3. Just now, Matqx said:

    Uhh I haven't really tested this and it's probably extremely wrong but:

    
    on command:
        if "%world of player%" contains "world":
            if command is "/test":
                send "unknown command"

    And just do that to all commands you'd like to restrict. I'm pretty sure there's an easier method although for that you'd have to contact @TacticalModz

    k

    I'll have a look soon

  4. On 9/27/2019 at 7:16 PM, Matqx said:

    Just remove the options and instead do:

    
    make player execute "/server (name)"

    Saying this, I strongly recommend not doing this for the following reasons:

    • Servers will need to be online 24/7. Minehut servers shutdown after approx. 5 minutes of inactivity.
    • You'll need to link the API's, and since you couldn't do a simple "make player execute" command I don't think you'd be able to link the API's for ranks and other scores.
    • To teleport a player to the main hub you'd need to bypass /hub which is against the rules.
    • Moderation will be extremely difficult.

    So yeah, I recommend just sticking with worlds.

    If you did it it with one server that has multiple worlds, all the plugins would overlap!

  5. What keeps you on Minehut?

    The fact that you can create anything you want to easily.

    What plans do you have on Minehut?

    To get staff and players on my server, Kanga.

    Things I like about Minehut!

    The free servers. A paid server hoster I looked up had a cost of $250 for the same thing Minehut does! Also, I like the community.

    Something I would change about Minehut.

    This is quite small but mighty. All I'm saying is...

    The server image. Why can't we customize our pictures anyway?!

    Favourite memory on Minehut?

    The small community I had on my old server, Crazium.

    Anything else?

    No. Minehut is amazing.

    • Like 1
  6. A better-looking version of the '/setspawn' and '/spawn' commands that Trent and Michael did a tutorial on! The skript also has new commands since the old ones tied with essentials!

    (NOTE: This changed skript is for people that can't skript and only follow tutorials. Please don't hate on me)

    command /setserverspawn:
    	permission: op
    	trigger:
    		set {spawn} to location of block at location of player
    		send "&d[SpawnSetter]&5 Set server spawn to %{spawn}%" to player
    
    command /tpspawn:
    	trigger:
    		teleport player to {spawn}
    		send "&5Teleporting to &dSpawn&5!"

    Hopefully this works! Feel free the change the colours and anything else!

    • Thanks 1
×
×
  • Create New...