Jump to content

emopediaMC

Member
  • Posts

    281
  • Joined

  • Last visited

Everything posted by emopediaMC

  1. emopediaMC

    Nerd

    boxboxbox you nerd smh
  2. Make sure you haven't given permission for people to merge with other people. Below I have provided a permission list for merging with PlotSquared. Permissions: Primary: plots.merge - Access to the command /plot merge Secondary: plots.merge.<amount> - Limit the amount of plots a player can merge to a mega plot plots.admin.command.merge - Administrative override plots.merge.other - Access to merge the plot with other people plots.merge.keeproad - Access to use the keeproad argument
  3. They couldn't "hack" your IP address on Minehut anyways since Minehut spoofs your IP to keep you safe. But, like what Jagaimo said, I highly suggest you report them.
  4. that wont work lol every 8 minutes: loop all players where [input has permission "staff.only"]: send "&aYour advertisement timer has recently expired, do /hub and then /ad [servername] [message] to advertise!" to loop-player this wont be the perfect solution as people have different ad timers due to their minehut ranks but its the best we can do without breaking minehut rules by collecting data
  5. Hello! Since Minehut now supports Custom Plugins, you can upload the plugin yourself. Here is the Spigot link: https://www.spigotmc.org/resources/uskyblock-revived.66795/
  6. not popular enough and not enough recognition
  7. orrrrr just do this every 5 minutes: set {_broadcast} to random integer between 1 and 5 if {_broadcast} = 1: broadcast "message" if {_broadcast} = 2: broadcast "message" if {_broadcast} = 3: broadcast "message" if {_broadcast} = 4: broadcast "message" if {_broadcast} = 5: broadcast "message"
  8. Please say you're joking LOL. It's a skript, not a plugin, therefore you require the plugin Skript to use it.
  9. you dont open a jar file lmao
  10. Please don't necropost but I'll answer your question anyways. Recently Minehut allowed mods to be installed on Minehut, therefore since Pixelmon is quite a popular mod, it got added to the addon list.
  11. You should also mention that the mod has to be installed via the client aswell.
  12. emopediaMC

    Credits

    A better way to spend the credits is to buy MH20. You end up only spending 24 credits per day over a period of a month, so that means you'd have to first either buy a 720 credits or save an entire month of credits therefore allowing you to get unlimited MH20. (as long as you continue to purchase it with the credits you get from voting every month)
  13. Yes, I could've put it into a pastebin or such, but I'm lazy lol #CONFIGURABLE options: serverName: servername serverIP: play.servername.net serverDiscord: discord.servername.net serverStore: store.servername.net #MAIN CODE function onJoin(p: player): if {core::joins::*} does not contain {_p}'s uuid: add 1 to {core::uniquejoins::*} add {_p}'s uuid to {core::joins::*} broadcast "&e&lNEW JOIN &8| &7%{_p}% &8(&7##%{core::uniquejoins::*}%)" send "&e-----&6-----&e-----&6-----&e-----" to {_p} send "&7Welcome to &e&l{@serverName}" to {_p} send "" to {_p} send "&eServer IP: &7<link:{@serverIP}>{@serverIP}<reset>" to {_p} send "&eDiscord: &7<link:{@serverDiscord}>{@serverDiscord}<reset>" to {_p} send "&eStore: &7<link:{@serverStore}>{@serverStore}<reset>" to {_p} send "" to {_p} send "&7We hope you enjoy your stay." to {_p} send "&e-----&6-----&e-----&6-----&e-----" to {_p} else: if {_p} has permission "core.staff": broadcast "&e&lSTAFF JOIN &8| &7%{_p}%" send "&e-----&6-----&e-----&6-----&e-----" to {_p} send "&7Welcome back to &e&l{@serverName}" to {_p} send "" to {_p} send "&eServer IP: &7<link:{@serverIP}>{@serverIP}<reset>" to {_p} send "&eDiscord: &7<link:{@serverDiscord}>{@serverDiscord}<reset>" to {_p} send "&eStore: &7<link:{@serverStore}>{@serverStore}<reset>" to {_p} send "" to {_p} send "&7We hope you enjoy your stay." to {_p} send "&e-----&6-----&e-----&6-----&e-----" to {_p} else: broadcast "&e&lJOIN &8| &7%{_p}%" send "&e-----&6-----&e-----&6-----&e-----" to {_p} send "&7Welcome back to &e&l{@serverName}" to {_p} send "" to {_p} send "&eServer IP: &7<link:{@serverIP}>{@serverIP}<reset>" to {_p} send "&eDiscord: &7<link:{@serverDiscord}>{@serverDiscord}<reset>" to {_p} send "&eStore: &7<link:{@serverStore}>{@serverStore}<reset>" to {_p} send "" to {_p} send "&7We hope you enjoy your stay." to {_p} send "&e-----&6-----&e-----&6-----&e-----" to {_p} on join: onJoin(player)
  14. Please don't comment on posts older than one month, could a mod lock this?
  15. Decent skript, I would instead suggest to use SkBee for scoreboards instead of SkRayfall. This is to minimize flickers and is overall better for scoreboards. You should also use a while loop or detect when a value needs to be changed and change it then instead of every x second to minimize lag.
  16. You can't cancel the Inventory Close Event as it's client side, the event is just the client notifying the server that the inventory is being closed. You would have to let it close then reopen it a tick or two later.
  17. The reason this doesn't work is because SkStuff has been abandoned by its original owner. And since it was only updated to 1.12, the NBT values and stuff broke once 1.13 released. I also wouldn't suggest using custom NBTs anymore and would go for metadata values or variables. https://forums.skunity.com/threads/warning-try-to-avoid-nbt.6260/
  18. Hey! Could you try "if pickaxe is enchanted with fortune 1:" for me? That should work.
  19. Please do not comment on posts older than 1 month. That is called necroposting and is against Minehut's rules. Can a mod lock this?
  20. Hey! For a nice experience, I'd suggest getting The Hytale Pack. I personally use it and am in love with it. It is a modpack but many tutorials will show you how to install modpacks onto your server. The link is below The Hytale Pack: https://www.curseforge.com/minecraft/modpacks/the-hytale-pack
  21. It is possible, you have to use vectors and other advanced skripting methods though. Even I, with a years experience can't make it
×
×
  • Create New...