Jump to content

Pryzmm

Moderator
  • Posts

    2,041
  • Joined

  • Last visited

  • Days Won

    33

Everything posted by Pryzmm

  1. welcome to the forums and welcome to being a moderator :3
  2. Pryzmm

    kitscreator

    Are you talking about this plugin? KitsCreator - Updates | SpigotMC - High Performance Minecraft This plugin has ceased development as of May 16th 2020, and I don't think there is a port of the plugin that's still being developed There is however another plugin that may work with what you need PlayerKits 2 | Fully Configurable KITS! [1.8-1.21] | SpigotMC - High Performance Minecraft
  3. Please check these things: - Is your server SpongeForge or Fabric? (currently SpongeForge only supports 1.12.2) - Does your mod support your server version? - Is the mod in the 'mods' folder in your file manager? - Have you restarted your server? I looked into the mod you have and from the looks of it, it only supports Forge servers and its earliest version is 1.14.4. Since SpongeForge only supports 1.12.2 here, I don't think you'll be able to play with this mod on Minehut (unless there is a fabric port of the mod that I've missed)
  4. heres a simple compress skript to get you started: command /compress: trigger: if player's inventory contains 64 of oak log: remove 64 of oak log from player's inventory add 1 of glowing oak log named "&eCompressed Oak Log" to player's inventory # the glowing expression mmay require either SkQuery or SkJade send "&aCompressed!" else: send "&cCould not find anything to compress!"
  5. Please make sure that you aren't responding to posts that haven't been responded to in over a month. Thanks!
  6. Make sure your plugin .jar files are in the right folder - Go to the file manager - Click on your plugins folder - Check that the .jars are there - If you haven't already, restart your server
  7. While we're happy you're thanking someone for their contribution, please make sure that you aren't responding to posts that haven't been responded to in over a month. Thanks!
  8. please send us your server logs; you can get this through the file manager on your server panel and opening the logs folder
  9. When servers are in queue, that means Minehut servers are at full capacity and that you're unable to start up your server until space opens up; you just need to be patient
  10. no, but you can always check for yourself at https://papermc.io/downloads/paper if it says 1.21, that may not mean that it's out on Minehut yet, but that it may release soon
  11. If you have a paid plan, then i suggest using your SFTP with something like FileZilla to upload your world
  12. You can report the server at https://support.minehut.com/hc/en-us/requests/new, though i'd suggest you contact the server owner first, as well as check with your bank to make sure the purchase went through.
  13. ShadowPlanet164 has never been a valid name as far as NameMC is aware; you should double check and look through your client logs to make sure you inputted the name correctly.;
  14. Have you created a support ticket about this before? I haven't seen anything like this happen to anyone before, so you should try and see if our support team can help you out Submit a request – Minehut
  15. Please make sure that you aren't responding to posts that haven't been responded to in over a month, if you're experiencing this or a similar issue, please create a new post. Thanks!
  16. Does this apply to other servers that aren't related to Minehut? And to make sure, you're using the IP minehut.com or something similar?
  17. its likely then that your worlds/plugins get corrupted when you downgrade then
  18. I've had similiar issues before with many different problems causing it, try to check these things - Is your server out of storage? - You can check this in the "Stats" section of your Minehut panel - Could your script config file be corrupted? - If you're using HolographicDisplays, are there any holograms in invalid worlds? I'm able to provide more help if you provided log files and a plugin list
  19. - Skript cannot compare blocktypes with text - It should be 'honey block' instead of just 'honey' when describing the block - Region syntax isn't my best on block damage: if player has permission "depp": if "%region at player%" contains "build": # I don't use region syntax so this is the best I can do if event-block is oak planks, oak slab, honey block, oak fence, soul sand, glass pane, slime, trapdoor, packed ice, chain, brewing stand, candle, end rod, ladder or stone brick wall: cancel event set event-block to air
  20. then its likely that the plugin itself is having issues, try something like this then: command /setdailykey: permission: op trigger: set {DailyKey} to player's held item send "&eSet key!" command /daily: cooldown: 1 day trigger: give player {DailyKey} First give yourself the key, then use the command /setdailykey while holding that key
  21. I ran your code through a parser, and it doesn't seem to give off any errors. I've redone your code a bit so try to use this command /daily: cooldown: 1 day trigger: make console execute command "crate key daily %player% 1" send "You have redeemed your Daily Crate Key%nL%Go to the Crate to redeem your Daily reward"
  22. You should check your console logs, see if your plugin is spitting out any errors
  23. Please make sure that you aren't responding to posts that haven't been responded to in over a month. Thanks!
  24. if you have enough for one plan: - Buy a plan for the server you're taking the world from - right click your world and zip it - download the zip file - upload the zip file on the server youre transferring to - unzip the file - use something like Multiverse-Core to /mvimport the world, then /mvtp to it
×
×
  • Create New...