Search results

  1. Tau

    Question [1.18.2] Low Server TPS

    Try creating a new paper server with 100% stock settings and getting 3 people on it. If that still has the same problem it's likely the host. If it doesn't you know it's a misconfiguration. In the latter case try adding back your server settings ie: properties, start flags paper & spigot.yml...
  2. Tau

    Plugin Release KaBoom - Ballistic Explosion Debris [1.19]

    Update 1.7.0 Spigot Support Added more fun/debug commands
  3. Tau

    Plugin Release Velocity Command Blocker - fully block commands using regex and permissions

    Update 1.1.1 This update fixes an issue affecting all platforms (spigot, bungee and velocity) in where they fail to call a TabCompleteEvent when a ServerboundCommandSuggestionPacket is sent requesting completions for a root command node. Normally a client cannot request completions for a root...
  4. Tau

    Solved How to use NMS with Paper?

    By "no, there isn't" are you referring to the lack of a plugin.yml in the final jar? If not: If you inspect the compiled jar does the ${project.version} get replaced properly? Otherwise I wouldn't be able to help you as i'm not much of a gradle person.
  5. Tau

    Solved How to use NMS with Paper?

    Yes as i stated in my post I misread your thread. Does the jarfile contain the plugin.yml at all if you open it with a program such as 7zip? My thought is you might be relying on the maven-resources plugin to do some placeholder replacement that isn't being done now.
  6. Tau

    Plugin Release Velocity Command Blocker - fully block commands using regex and permissions

    Command Blocker Command Blocker blocks commands from being ran, tabbed or even sent to the client at all. In other words It's a real command blocker plugin. Config Snippet In-game demo Commands are blocked by filters; each filter has it's own permission that can be used to either apply or...
  7. Tau

    Solved How to use NMS with Paper?

    Nevermind, misread the post. Still may apply to some people interested in NMS or who use maven I know this was marked as solved but questions like this come up a lot. Hopefully this helps explains some things. First you'll need to install the latest remapped jar to your local repository I use...
  8. Tau

    Plugin Release KaBoom - Ballistic Explosion Debris [1.19]

    Update: 1.6.1 Fixed coreprotect not logging initial explosion properly
  9. Tau

    Question Minimal Survival Server Specs.

    Depends what you do on that server and on the single thread performance of that CPU If it's just a normal SMP with ~10 (perhaps 16) view distance I'd say that would do fine. Obviously if you build intensive farms/contraptions you'll need more CPU grunt.
  10. Tau

    Question World dimension issue

    If you're talking about how bukkit extracts DIMs into their own worlds; It's done that for as long as I can remember. This seems like a biome issue more than anything else. Come to think of it I did hear of some ender biome issues at some point in paper. I don't remember what builds where...
  11. Tau

    Question World dimension issue

    You could install Fast Async Worldedit and create a huge cuboid selection, //expand vert, turn on //fast and use //setbiome the_end You could also use MCEdit. (May need to relog to see changes)
  12. Tau

    Important survey

    Yes (no) but actually yes.
  13. Tau

    Plugin Release Bungee Command Blocker - fully block commands using regex and permissions

    Update: 1.3.2 Fixed config folder being named bukkitcommandblocker (sorry)
  14. Tau

    Question Paper server uses too much RAM

    If this is pterodactyl (or anything else using docker containers) I'd recommend you see this: https://developers.redhat.com/blog/2017/03/14/java-inside-docker TLDR: java fails to see memory limits imposed by docker and only sees how much free memory the system has.
  15. Tau

    Suggestion SVG Support

    This would be a good feature for showing things such as pipeline status etc This currently doesn't work: Development Builds: In the editor however it does work (screenshot):
  16. Tau

    Plugin Release TogglePvp

    Update: 5.2 This update allows you to disable flight of users that don't have tau.togglepvp.flightbypass permission as well as allowing you to set a list of disabled commands while they are in combat with another user. To access these features you'll need to regenerate your config.
  17. Tau

    Plugin Release NotTooExpensive

    Oh thanks, I didn't know they added that.
  18. Tau

    Plugin Release NotTooExpensive

    Tired of Anvils telling you who's boss? Well, tell them that they can stick it where the sun don't shine! What exactly does it do? It allows you to: Set the maximum enchantment cap of an anvil to a specific value. Cap the max cost of items to an arbitrary number. Reset Item Repair Cost Tell...
  19. Tau

    Plugin Release Brand Changer

    This is a very simple Bungeecord/Waterfall plugin that prevents your servers brand from being sent to players, instead being replaced by a configurable brand name. This plugin requires Protocolize 2.0 or greater to function Configuration: Click here to view configuration file If you encounter...
  20. Tau

    Plugin Release Bungee Command Blocker - fully block commands using regex and permissions

    Command Blocker Command Blocker blocks commands from being ran, tabbed or even sent to the client at all. Requires: Protocolize to work In other words It's a real command blocker plugin. Config Snippet In-game demo Commands are blocked by filters; each filter has it's own permission that...
  21. Tau

    Plugin Release Automatic Server Reconnect (Bungee-Reconnect)

    First thread, whoop! Works all the way from 1.7 to 1.18 This is a fork of Reconnect fully compatible with waterfall. Note: While this supports older server versions such as 1.8 you should still use the latest version of waterfall. It comes with many improvements over the original version such...
  22. Tau

    Plugin Release Bukkit Command Blocker - fully block commands using regex and permissions

    Command Blocker Command Blocker blocks commands from being ran, tabbed or even sent to the client at all. In other words It's a real command blocker plugin. Config Snippet In-game demo Commands are blocked by filters; each filter has it's own permission that can be used to either apply or...
  23. Tau

    Plugin Release KaBoom - Ballistic Explosion Debris [1.19]

    KaBoom is my implementation of explosion physics in Minecraft. It works for TNT, Creepers, Fireballs and any other Explosion. It is recommended that Paper Spigot is used. Note: This only works on Paperspigot Features: Silk touch option for explosions. Disable or Enable debris. Debris drop...
  24. Tau

    Plugin Release TogglePvp

    This is a Simple to use and lightweight plugin for servers that want to allow PVP but also allow friendly players to play the game. Perfect for Survival/Skyblock servers. How does it work? In order for players to be able to PVP one another, they need to both have their PVP enabled via the...
  25. Tau

    Hello World

    Hello World