Jump to content

nicholxs

Member
  • Posts

    276
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by nicholxs

  1. nicholxs

    i broke the moon

    What have you done? Now minecraft astronauts will never be able to land on the moon, delaying space exploration progress by another few hundred years!
  2. Could you give a bit more detail? What version are you on? Are you on java or bedrock? Does this happen just in the lobby or on all minehut servers? Does this happen on other external servers? Does it happen in single player? Do you have any mods running?
  3. nicholxs

    Share

    Person B can open the server by connecting to minehut and running the command in the lobby, "/join <servername>". Not the ip, just the name of the server. If you want to give a person access to your panel such as plugins and console, you'll have to trust them with your login details which is not recommended.
  4. nicholxs

    I got badly griefed

    Hey there, I'm sorry to hear that you were griefed, but there's nothing we can do unless you have evidence of a player griefing, in which case report them and they will be punished accordingly. To add on, to prevent something like this from happening again, I suggest installing coreprotect if you haven't already. Report Links: Template - Create a post here - https://forums.minehut.com/forum/23-player-reports/?do=add
  5. Essentially, the plugin is outdated and will not work on minehut. The plugin's latest stable version is 1.14 according to this, and has not been updated so you will not be able to use it until the author updates it. Might I suggest you move to skript as it is an easy replacement for the betternicks plugin.
  6. Moved to the Help Section
  7. nicholxs

    Plugin issues

    Probably because not much changed between 1.14 and 1.15.2 in regard to the code for that plugin, so it supports both but hasn't been officially updated on their spigot page.
  8. Moved to Skript Discussion Remember to post it in the correct category next time!
  9. Not too sure since you haven't provided logs or screenshots or anything, I would suggest contacting minehut support at https://minehut.com/support/form
  10. nicholxs

    Plugin issues

    That wont change anything. Just because you installed a plugin that allows older versions of minecraft to join, doesn't mean it allows older plugins. What I'm saying is the plugin is outdated so you wont be able to use it, since the paper spigot version is 1.15.2, so you'll have to wait for the plugin's creator to update it.
  11. Okay, let's start loop {Kills::*}: add 1 to {_size} if {_low.to.high.list::%loop-value%} is not set: set {_low.to.high.list::%loop-value%} to loop-index else: set {_n} to 0 loop {_size} times: set {_n} to {_n}+1 {_low.to.high.list::%loop-value-1%.%{_n}%} is not set set {_low.to.high.list::%loop-value-1%.%{_n}%} to loop-index stop loop wait 1 tick set {_n} to size of {_low.to.high.list::*} loop {_low.to.high.list::*}: set {_high.to.low.list::%{_n}%} to loop-value set {_n} to {_n}-1 Essentially, this whole system sorts the variable list, in this case {Kills::*} into descending order (from largest number to smallest). This works with just vanilla skript, but if you want to compact it, Morkaz has a nice one line way of doing this. (though, in vanilla you could sort it then reverse it, but personally I prefer morkaz' format way) set {_list::*} to sorted {Kills::*} from highest to lowest with format "@index" Essentially, this lists them from highest to lowest with the format "@index", meaning it's the number on the list (for example, {_list::1}). You could also format it like "@index: $@value", but you could play around with it more. Anyways, now that you have this sorted list, you want to loop it and for the first 10 people broadcast it (then stop after that), which is essentially what the last bit of code does set {_i} to 0 #THIS IS THE MESSAGE WITH TOP KILLS send "&7&m-----------&8< &6Top10 &8>&7&m-----------" loop {_high.to.low.list::*}: add 1 to {_topnumber} set {_player} to "%loop-value%" parsed as offlineplayer send "&7%{_topnumber}% - &c%{_player}% &8» &7%{Kills::%loop-value%}% Kills" add 1 to {_i} if {_topnumber} > 10: #this is top 10 you can change it stop send "&7&m------------------------------"
  12. Moved to the Skript Help section
  13. nicholxs

    Just a few Questions

    You enter it in-game.
  14. nicholxs

    PORT

    The java edition port is 25565, whereas the bedrock edition port is 19132
  15. Locked - Duplicate post, wrong section
  16. First of all, you're missing the format (link to download), second, last time I checked we were already on a recent stable build of TuSKe, and we haven't changed since, so if you are experiencing any issues it's most likely due to your code. I myself have had no issues with TuSKe so it definitely isn't an issue with the build. Also, TuSKe hasnt been updated in over 2 years, and we are on one of the most recent stable builds, so it's pointless updating
  17. I don't think this addon will actually be added for a two reasons. First of all, judging from the post it's outdated- the only stable version seems to be 1.12 / 1.12.2 (though, I could be wrong on that), secondly it's an addon to SkillAPI a plugin that isn't on minehut (iirc) so adding this one individually would be rather pointless.
  18. Just a reminder, in the future you can DM the person on the forums, so you don't need to make a thread like this.
  19. nicholxs

    help

    At this moment in time, minehut doesn't support any mods that aren't client sided. There are some mods you can use, for example mods seen on badlion such as minimap mods, keystrokes, etc, but you cannot use any mods that add to the features of the game (except for hacked clients).
  20. nicholxs

    Plugin issues

    Moved to the Help Section When the colour of a plugin is red, it's usually because the plugin is disabled for a specific reason, and is usually mentioned in the log. In this case, I doubt it's a conflict with another plugin, instead it looks like the plugin is outdated. Currently, the latest version of the plugin is 1.15, so you'll have to wait until it gets updated to 1.15.2 https://www.spigotmc.org/resources/animatedframes.5583/
  21. You can also further simplify the command command rgive <player=player>: trigger: give arg-1 a random item out of all items
  22. You could check the docs to see what you wont be able to use once you uninstall it.
×
×
  • Create New...