luketeam5
AAdmincraft
•Created by xer0 on 9/1/2023 in #questions
CPU Load
It is, even with 0 players some chunks (the spawn chunks and chunks possibly loaded by other plugins like dynmap that tick chunks) will be loaded + plugins can still compute something even without players online.
5 replies
AAdmincraft
•Created by luketeam5 on 9/1/2023 in #questions
Is using Google Drive as external backup a good idea?
Alright, thanks
5 replies
AAdmincraft
•Created by luketeam5 on 9/1/2023 in #questions
Is using Google Drive as external backup a good idea?
I should add that the backup file is 8 GB archive so it shouldn't be an space issue and I can reduce the size further. The account is only used for server related stuff (server YouTube channel + AdSense) and it's not my personal account.
5 replies
AAdmincraft
•Created by Congo on 8/26/2023 in #questions
Freshly made server, still working out what plugins to use for what features I want
you could try pre-generating your chunks, i had that issue too, before i pre-generated
34 replies
AAdmincraft
•Created by Congo on 8/26/2023 in #questions
Freshly made server, still working out what plugins to use for what features I want
does it cause any performance issues?
34 replies
AAdmincraft
•Created by Congo on 8/26/2023 in #questions
Freshly made server, still working out what plugins to use for what features I want
there must either be something ticking these chunks or the plugin is incorrect
34 replies
AAdmincraft
•Created by Congo on 8/26/2023 in #questions
Freshly made server, still working out what plugins to use for what features I want
@Congo yes, spark exists
34 replies
AAdmincraft
•Created by Congo on 8/26/2023 in #questions
Freshly made server, still working out what plugins to use for what features I want
Try installing paper and your plugins and see if that fixes it, if it does feel free to open a new thread (and don't forget to mark this one as solved).
34 replies
AAdmincraft
•Created by Congo on 8/26/2023 in #questions
Freshly made server, still working out what plugins to use for what features I want
What grief protection were you using?
34 replies
AAdmincraft
•Created by Congo on 8/26/2023 in #questions
Freshly made server, still working out what plugins to use for what features I want
Did you have any plugin that could've been preventing the unloading of the chunks and was it causing any issues with TPS?
34 replies
AAdmincraft
•Created by Congo on 8/26/2023 in #questions
Freshly made server, still working out what plugins to use for what features I want
I also suggest following this guide once you install Paper if you need more optimization: https://github.com/YouHaveTrouble/minecraft-optimization
34 replies
AAdmincraft
•Created by Congo on 8/26/2023 in #questions
Freshly made server, still working out what plugins to use for what features I want
All plugins from Spigot work on Paper (and some work even better on it)
34 replies
AAdmincraft
•Created by Congo on 8/26/2023 in #questions
Freshly made server, still working out what plugins to use for what features I want
!paper
34 replies
AAdmincraft
•Created by Congo on 8/26/2023 in #questions
Freshly made server, still working out what plugins to use for what features I want
Spigot doesn't support the /loom command, I recommend switching to Paper as it has this command + is much more optimized.
34 replies
AAdmincraft
•Created by Congo on 8/26/2023 in #questions
Freshly made server, still working out what plugins to use for what features I want
What server are you using? Spigot/Paper/Purpur/..?
34 replies
AAdmincraft
•Created by Pantheris on 8/14/2023 in #questions
Help with Minecraft Multithreading
Well, there is a lot of code that can't be rewritten anyways because it would introduce a lot of issues that are either unsolvable or would be a waste of time to solve.
165 replies
AAdmincraft
•Created by ItzErpandX on 8/15/2023 in #questions
can someone who know java help me? :D
Isn't the getItemDrop() called for the air as the item is not at the location of the stained glass?
17 replies
AAdmincraft
•Created by Pantheris on 8/14/2023 in #questions
Help with Minecraft Multithreading
I belive it is partially still done with a single thread, that manages the world gen (eg. "hey, load this chunk at x x here") and just the actual generation is done async
165 replies
AAdmincraft
•Created by Pantheris on 8/14/2023 in #questions
Help with Minecraft Multithreading
Which means you can simulate someting, but a lot of stuff has to stay at the single thread
165 replies
AAdmincraft
•Created by Pantheris on 8/14/2023 in #questions
Help with Minecraft Multithreading
So then you understand it's simply not really possible for multiple reasons (mainly for me every time I work with multiple threads are race conditions)
165 replies