Want a better Minecraft server? Read about SpigotMC here!
Separate names with a comma.
Thanks, it doesn't show any error now. :D For someone who has the same problem, MySQL statement: ALTER TABLE DatabaseName.PrefixName_inventories...
I got some errors while stopping server and normal time. Paper version: latest Inventory version: latest [SPOILER] [SPOILER]
This is the EntityPlus-1.3.0-snapshot and the depend plugin CorePlus-1.0.0-snapshot. If you need it in a hurry, you can try it. This version has...
Adding a permission checking is easy. I will add it in the next version. Currently, I’m building a core API for my plugins and I will as soon as...
This is my current code. I'm not sure if using LickedList is better than ArrayList, but this code may help some people. public void...
I get lags in my server. Can you help me? [SPOILER] [ATTACH] [SPOILER] AuctionHouse v2.1.12 Paper version: git-Paper-331 (MC: 1.16.4)...
Thanks~ I am looking at the usage of "Queue". I haven't used it before.
The feature I want to create is like this. To send a message -> waiting 20 tick -> Send another message -> waiting 20 tick... [ATTACH] Oh, maybe...
New code. public void executeCommands(List<String> commands) { for (String cmd : commands) { if (cmd.startsWith("delay:...
If I remove the element of the command list, it will cause a Exception error? Are you talking about creating a new List directly?
I think so... The previous code may cause lots of lag because I want to use it to execute every command for my plugin. The new way is to remove...
Finally, I get a feasible solution. If someone is looking at it, this code should help. public void executeCommands(List<String> commands) {...
I am creating a command system that can insert delay in commands. According to the previous articles, I got the following code. It continues to...
Would you consider open source this plugin or add an api for the event "win a prize"? I like your menu interface very much, but I have encountered...