Jump to content

Echology

Market Creator
  • Posts

    268
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by Echology

  1. Minehut doesn't allow custom plugins due to safety issues relative to their servers and the way their servers work, if they allowed custom plugins, anyone could access their data and basically have full control over the server. Which is why only select plugins are allowed. You could make a request to get a plugin added to Minehut if you wanted to, although that might take time.
  2. Echology

    named mob despawn

    Are you just naming them with nametags? Could be a server issue, could you send a picture showing named and then unnamed. Could also be an issue with the world not saving after the server restarts, if this happens again, could you send me the logs.latest file inside the logs folder
  3. Echology

    Uploading Data Packs

    Check out this video on how to install datapacks: Note: Minehut does not support folder uploads so it might take you a while to upload each file.
  4. I believe that it would because the generated files are still part of the configuration for the plugin. I recommend that you use a text editor to edit your skripts rather than the dashboard.
  5. Echology

    How to use functions?

    https://minecraft.gamepedia.com/Function_(Java_Edition) Check out this link for information on Java Edition Functions
  6. Check out this video here: Note: Minehut does not support folder uploads so you will have to install them manually each file at a time.
  7. 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.
  8. add stops so in the code, after one thing runs like it gives you the kit and runs the items, add a stop so that the code halts and doesn't continue to the else statement
  9. If there is a plugin not already on minehut you want added, then make a request in the correct section of the forums.
  10. Yeah I don't know who would actually use them, but they do work...
  11. They should, skript allows for both these files, at least from my experience they have always worked
  12. 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
  13. command discord: trigger: send "<link:https://somelink.com>Click ME!<reset>" #replace the https://somelink.com with your discord invite
  14. 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
  15. And yeah as Reassembly said. Skript files are not .jar's or .zips . Skript files are either .sk or .txt so what you are downloading is not a skript.
  16. 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.
  17. Echology

    Gamemode Issue

    What plugins do you have on your server, and if you are using skript, do you have any skript that would interfere with gamemode changes?
  18. Echology

    Lucky Block Plugin

    sorry this is so late lol make sure you have CS-CoreLib installed aswell
  19. 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/
  20. 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!
  21. 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...