Jump to content

Echology

Market Creator
  • Posts

    268
  • Joined

  • Last visited

  • Days Won

    4

Posts posted by Echology

  1. A few things you could do, check your logs.latest for any server errors when attempting to cache the world, then if you see something there, try to solve that or send me a picture or link so I can try to see what the issue is. If you also haven't already, try to restart your server. Then try to /dl world again and see if it works.

  2. On 9/10/2020 at 11:27 AM, Soione said:

    I need a pistol, M4A4, Minigun, and a Knife

    You cannot do that using the skript addons in minehut, you can use plugins such as CrackShot or QualityArmory which have guns (also by cannot do that, i mean you cannot have the textures of the guns), you can certainly take the time to make the guns, but the sounds and the textures would be needed to be added seperately

  3. On 9/10/2020 at 10:15 AM, Yodamaster said:

    command /discord:
        trigger:
            send "Join our discoud https://discord.gg/[put in your discord numbers/letters]" to player
    #idk how to make a discord bot so you will have to mannualy change the discord final numbers and letters when it chages

    command discord:
    	trigger:
    		send "<link:https://somelink.com>Click ME!<reset>"
    
    #replace the https://somelink.com with your discord invite

     

  4. 14 hours ago, Yodamaster said:

    @Archenoxzz

     

     

    command /kits:
        trigger:
            open chest with 3 rows named "Kits" to player
            format gui slot 4 of player with diamond sword named "&bGod" to run:
                player has permission "kit.god"
                equip player with all diamond armor
                give player diamond sword
                give player  8 golden apple
            format gui slot 1 of player with iron sword named "&7Noob" to run:
                player has permission "kit.noob"
                equip player with all iron armor
                give player bow
                give player iron sword
                give player 4 golden apple
                give player 32 arrow
            format gui slot 7 of player with diamond axe named "&6Master" to run:
                player has permission "kit.master"
                equip player with all diamond armor
                give player bow
                give player diamond axe
                give player 16 golden apple
                give player 64 arrow
            format gui slot 19 of player with netherite axe named "&1Tank" to run:
                player has permission "kit.tank"
                give player netherite axe
                apply strength 2 to the player for 999 days
                equip player with all iron armor
                give player 12 golden apple
            format gui slot 22 of player with iron sword named "&eSpeeder" to run:
                player has permission "kit.speeder"
                give player iron sword
                give player 8 golden apple
                apply speed 3 to the player for 999 days
                equip player with all iron armor
            format gui slot 25 of player with netherite axe named "&4Frog" to run:
                player has permission "kit.frog"
                equip player with all gold armor
                give player netherite axe
                give player 16 golden apple
                apply speed 1 to player for 999 days
                apply jump 10 to player for 999 days
                give player bow
                give player 64 arrow
            format gui slot 0 of player with gray stained glass pane named " "
            format gui slot 9 of player with gray stained glass pane named " "
            format gui slot 2 of player with gray stained glass pane named " "
            format gui slot 3 of player with gray stained glass pane named " "
            format gui slot 5 of player with gray stained glass pane named " "
            format gui slot 6 of player with gray stained glass pane named " "
            format gui slot 8 of player with gray stained glass pane named " "
            format gui slot 10 of player with gray stained glass pane named " "
            format gui slot 11 of player with gray stained glass pane named " "
            format gui slot 12 of player with gray stained glass pane named " "
            format gui slot 13 of player with gray stained glass pane named " "
            format gui slot 14 of player with gray stained glass pane named " "
            format gui slot 15 of player with gray stained glass pane named " "
            format gui slot 16 of player with gray stained glass pane named " "
            format gui slot 17 of player with gray stained glass pane named " "
            format gui slot 18 of player with gray stained glass pane named " "
            format gui slot 20 of player with gray stained glass pane named " "
            format gui slot 21 of player with gray stained glass pane named " "
            format gui slot 23 of player with gray stained glass pane named " "
            format gui slot 24 of player with gray stained glass pane named " "
            format gui slot 26 of player with gray stained glass pane named " "
            format gui slot 27 of player with gray stained glass pane named " "
            format gui slot 28 of player with gray stained glass pane named " "
    on death:
        remove speed from the victim
        remove strength from the victim
        remove jump from the victim

    Just a piece of advice, for large sections like the format of gray pane glass, you can just set slots from a number to a number, rather than just doing each line individually

  5. Minehut does not allow these types of files (especially .jar) as they can do more to interfere with the server and Minehut itself, for the same reason they don't allow skript-mirror or reflect, is due to the fact as with .jar you can get data about the server, and in this case you can get data about Minehut and its database. Also using an external jar for a plugin could result in issues as the plugin wouldn't be regulated and could do virtually anything which could cause damage to Minehut. While it would be great for the people who want to do good, those who seek to do bad will be able to with this acess.

  6. Bento Box has some amazing addons 

    some especially useful for Acid Island and BSkyBlock such as the following:


    Custom cobble generator: https://github.com/BentoBoxWorld/MagicCobblestoneGenerator/releases

    Control panel: https://github.com/BentoBoxWorld/ControlPanel/releases

    Biomes: https://github.com/BentoBoxWorld/Biomes/releases

    Main git repo:  https://github.com/BentoBoxWorld
    Which has all the addons and gamemodes

    These addons would be very useful to use for Skyblock games, and fun projects which use Bento.

    Thank you,
    BluBoy3ch0

    P.S. In the Bento Box management section, all of these links can be found and more info can also be located at the wiki/docs https://bentobox-world.readthedocs.io/en/latest/

  7. ExtraSK is a pretty nice skript addon.

    plugin download: https://dev.bukkit.org/projects/skextras-skript-addon

    Info:

    Events:

    With New Events like, on Potion Brew and on Slime Split... The possibilities are endless!

    Effects:

    With New Effects like, freeze %player% and reset [all] [server] recipes, Controlling your server has never been this easy.

     

    ExtraSK provides useful and tactical skript events and effects, to give you more control over your world and players, common events include:

    on crop trample, on potion brew, on slime split, and many more.

    This plugin, in my opinion, is very underestimated, some skript docs don't even include it.
    I very much enjoy it, I use it a lot on my localhost and it is pretty amazing.

     

    Thanks!

    • Like 1
  8. AdvancementsAddon is an amazing Skript addon for control over achievements in 1.12 +

    This is a Skript addon designed to allow for full control over Advancements in 1.12+

    Here is a well explained wiki of what Advancements are http://minecraft.gamepedia.com/Advancements

    #Events:
     
        #Event called when a player finishs an advancement
        [on] [player] advancement (award|get|complete):
            event-player
            event-key #The key of the advancement
            event-advancement
       
    #Types:
     
        Advancement = advancement
        NamespacedKey = (namespacedkey|key)
     
    #Effects:
     
       #Create an advancement for a world
       (make|create) [a[n]] advancement [[with] name[d]] %string% [[(,| and)] [with]] title %string% [[(,| and)] [with]] desc[ription] %string%" [[(,| and)] [with]] icon %string% [[(,| and)] [with]] trigger %string% [[(,| and)] [with]] background %string% [[(,| and)] [for]] world %string% [[(,| and)] [with]] item %itemtype%
     
       #Force the advancement to be awarded
       (award|give) [all criteria of] advancement %advancement% to %player%
     
       #Revoke access of this advancement
       (revoke|take|remove) [all criteria of] advancement %advancement% from %player%
     
    #Expressions:
     
       #Get the criteria of this string (more info http://minecraft.gamepedia.com/Advancements)
       advancement criteria of %advancement%
       %advancement%'s advancement criteria
     
       #Get the NamespacedKey class of an advancement.
       #Info: If messages it will contain the namespace and the key
       advancement [name[ ]spaced] key of %advancement%
       %advancement%'s advancement [name[ ]spaced] key
     
       #Return the AdvancementProgress class of an advancement for a player
       #Info: Still under working progress
       advancement progress of %advancement% (for|of|from) %player%
       %player%'s advancement progress for %advancement%


    Plugin page: https://forums.skunity.com/resources/advancementsaddon.226/

    This is very useful and very well made. It would be amazing if you could add this so that we can skript achievements for our servers.

    Thank you.

×
×
  • Create New...