Recent content by Tamion

  1. Tamion

    Startup exception in Paper-1.21.4 (Build #227)

    Well you seem to have put the new server jar in the plugin folder and are already running a server on the same port
  2. Tamion

    Announcement The future of Paper - Hard fork

    Afaik paper plugins are also currently in the process of being rebranded to Lifecycle plugins which is a more accurate term. Your plugin does not need to be a paper/Lifecycle plugin to work on paper infact we recommend people do not use this plugin loader unless you need the Features it provides
  3. Tamion

    Announcement The future of Paper - Hard fork

    Most plugins will probably aim for working on paper considering how many servers run it. And if a dev for some reason would rather have their plugin work on a minority of servers instead of the majority and the plugin is somewhat popular there will probably be some fork made to target paper-api...
  4. Tamion

    talk about why update Folia to 1.21 is not yet?

    1.21.1 is currently on the dev/1.21.1 branch. so just checkout the branch and compile
  5. Tamion

    Question Using NMS on version 1.19.4

    paper provides tooling for plugins to access internals. see https://docs.papermc.io/paper/dev/userdev for more information
  6. Tamion

    Question How can I use PaperMC without any performance improvements?

    it working on vanilla server but not fabric servers is very weird since fabric is basically vanilla. could you tell us about the design you are using for the farm? Best would be if you could provide a video of the farm
  7. Tamion

    Question How can I use PaperMC without any performance improvements?

    can you try to use the farm on mojangs official server software?
  8. Tamion

    Question Problem with the bdstudio plugin. Core: paper 1.20.1

    this seems like an issue you should ask the developer of bdstudio
  9. Tamion

    Question server crashes

    could you please provide the logs. my current guess is that you might already have a server running on the same port
  10. Tamion

    Question Why can't 1.8 players see or do anything in my 1.20.2 paper server

    you also got the base viaversion plugin installed?
  11. Tamion

    Question Why can't 1.8 players see or do anything in my 1.20.2 paper server

    do you have viabackwards and viarewind installed?
  12. Tamion

    Question Light Temp Ban Mod

    maybe this will help you https://dev.bukkit.org/projects/tempbannerds
  13. Tamion

    Question Make Compatible with Folia

    To make your plugins “work“ on Folia you need to append “folia-supported: true“ to the plugin.yml. To then actually make your plugin work you will probably have to make some changes. Most information available is in the folia repo. I would just recommend reading through the readme. And follow...