Jump to content

Ikbenmathijs

Member
  • Posts

    48
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Ikbenmathijs

  1. already tested it in a local server and it works with 1.16
  2. I know I already asked this a lot but PLEASE update noteblockAPI! I've been asking this since march 8th and literately no one responds to me. The version on minehut doesn't support the newer .nbs file format open noteblock studio uses so it forces you to use an older version which sucks because it doesn't have the "new" instruments added in 1.14. PLEASE update it. https://www.spigotmc.org/resources/noteblockapi.19287/
  3. Wait you can disable them?!? I should REALLY do that because it's really annoying (and I don't want to be reminded every time that my code sucks :p)
  4. update noteblockAPI! https://www.spigotmc.org/resources/noteblockapi.19287/
  5. I know this is like the millionth time I asked, but I won't stop unless it gets updated or get a reply why it's not getting updated Please update noteblockAPI: https://www.spigotmc.org/resources/noteblockapi.19287/ The current version on minehut doesn't support the newer .nbs format by the newer open noteblock studio: https://opennbs.org/. The newer version does. I tested in a paper 1.16.1 local server, and yes, it works with 1.16. Thanks!
  6. Thanks for the update! I really like that you're using vanilla GUIs now, because they're way less buggy than TuSke GUIs! The code is also much cleaner, though I reccomend making more comments in the code with public scripts so people can read what's happening :p. Anyways it gave a warning about line 119. You forgot to use "and" instead of ",".
  7. https://www.spigotmc.org/resources/nunpcdestinations-create-living-npcs.13863/ The current version on minehut of NPC destinations doesn't work at all with 1.16. Please update it. https://www.spigotmc.org/resources/noteblockapi.19287/ The current version on minehut of noteblockAPI doesn't support 1.14's new noteblocks. The newer version does. Thanks
  8. The current version of noteblockAPI on minehut doesn't support all instruments that came with 1.14. Please update it so it does. Download link
  9. The version of nuNPCdestinations minehut has installed, doesn't support 1.15. However, there is a newer version avalible that does support 1.15. You can donwload it here: https://www.spigotmc.org/resources/nunpcdestinations-create-living-npcs.13863/
  10. PLEASE update NoteblockAPI next time! I requested it over a month ago without any reply!
  11. So IntellectualSites just created plotsquared v5. It's now actually a premium plugin, however it's still open source and 100% free to compile & use. You just need to compile it. github Compile instructions: clone repository (git must be installed) git clone --recursive https://github.com/IntellectualSites/PlotSquared.git cd in to directory cd PlotSquared run the compiler linux: ./gradlew clean build windows (didn't test this one but it should be): start gradlew.bat clean build Now wait and the compiled plugin should appear PlotSquared/target
  12. that's a mod not a plugin. Minehut doesn't support mods so you'll have to setup your own forge server if you want it.
  13. Thanks for adding the noteblockAPI. However, the current release version of NoteblockAPI supports the older versions of noteblock studio, however not the newest version of Open Note Block Studio. However, there is a snapshot version of NoteblockAPI that does support the newest version of Open Noteblock Studio. You can download it here. Edit: this newer version is now a full build instead of a dev build and can be downloaded at thier spigot page now.
  14. Can you update citizens? /npc path is broken in this version.
  15. link to plugin: https://www.spigotmc.org/resources/citizens.13811/ /npc path is broken in this version. screenshot from citizens' support server
  16. Thanks for the update! Now it doesn't lag even when reporting an offline player!
  17. it automatticly stops if it reaches the end of a command
  18. checking all offline players causes a BIG lag spike on big servers. It's a cheap workaround, but this will only check all offline players when the player that's reported isn't online. Increasing preformance a lot when reporting while the reported player is online. It still works for offline players but that still causes lag. set {_on} to false loop all players: if "%player%" is "%arg-1%": set {_on} to true if {_on} is true: add arg-1 to {reports::list::*} if {reports::list::*} does not contain arg-1 add arg-2 to {reports::%arg-1%::reason::*} add player to {reports::%arg-1%::reporter::*} add now to {reports::%arg-1%::time::*} set {reports::%arg-1%::last} to now set {_p} to player #Report Message: send "{@Prefix} &eYou have reported %arg-1%" send "{@Prefix} &6%player% &ehas reported &6%arg-1% &e<command:/reports>&6&lCLICK<reset>" to all players where [input has permission "{@permission}"] else: if "%all offline players%" contains "%arg-1%": add arg-1 to {reports::list::*} if {reports::list::*} does not contain arg-1 add arg-2 to {reports::%arg-1%::reason::*} add player to {reports::%arg-1%::reporter::*} add now to {reports::%arg-1%::time::*} set {reports::%arg-1%::last} to now set {_p} to player #Report Message: send "{@Prefix} &eYou have reported %arg-1%" send "{@Prefix} &6%player% &ehas reported &6%arg-1% &e<command:/reports>&6&lCLICK<reset>" to all players where [input has permission "{@permission}"] else: send "{@Prefix} &cThis Player has never played here before" #set cooldown even when an invalid player was given to prevent people spamming it and causing massive lag set {reports::%arg-1%::last} to now
  19. on break of ripe wheat plant: set event-block to wheat plant on break of ripe beetroot plant: set event-block to beetroot plant on break of ripe carrot plant: set event-block to carrot plant on break of ripe potato plant: set event-block to potato plant
  20. https://forums.skunity.com/resources/funkysk.394/ Allows to play .nbs files through skript!
×
×
  • Create New...