#help-server
1 messages · Page 13 of 1
what does it say
im checking
[00:27:39] [Server thread/WARN]: Legacy plugin ExplodingRockets v1 does not specify an api-version.
[00:27:39] [Server thread/ERROR]: Could not load 'plugins\ExplodingRockets-1.0-SNAPSHOT.jar' in folder 'plugins'
org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError: com/buoobuoo/explodingrockets/ExplodingRockets has been compiled by a more recent version of the Java Runtime (class file version 60.0), this version of the Java Runtime only recognizes class file versions up to 55.0
ah you're using older java
oh
sec
whats the newest one
yes sir
so
ive got a plugin
but they said to me:
it is outdatet
outdated
u have to organize dependencies
u have to update it
how do i do that?
oh
where
probs on the services forum
might have to pay them to do that though
depends on how big the job is
[00:34:56] [Server thread/ERROR]: Could not load 'plugins\ExplodingRockets-1.0-SNAPSHOT (1).jar' in folder 'plugins'
org.bukkit.plugin.InvalidPluginException: Unsupported API version 1.16.5
lets try it out!
Could not load 'plugins\ExplodingRockets.jar' in folder 'plugins'
org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError: com/buoobuoo/explodingrockets/ExplodingRockets has been compiled by a more recent version of the Java Runtime (class file version 60.0), this version of the Java Runtime only recognizes class file versions up to 55.0
bro
i installed the latest version of java
how do i check that
java version "11.0.16" 2022-07-19 LTS
Java(TM) SE Runtime Environment 18.9 (build 11.0.16+11-LTS-199)
Java HotSpot(TM) 64-Bit Server VM 18.9 (build 11.0.16+11-LTS-199, mixed mode)
you server probs isn't actually running on it tho
its compiling in java 16 for some reason
sec
try that
ok
java version "11.0.16" 2022-07-19 LTS
Java(TM) SE Runtime Environment 18.9 (build 11.0.16+11-LTS-199)
Java HotSpot(TM) 64-Bit Server VM 18.9 (build 11.0.16+11-LTS-199, mixed mode)
sorry
java version "11.0.16" 2022-07-19 LTS
Java(TM) SE Runtime Environment 18.9 (build 11.0.16+11-LTS-199)
Java HotSpot(TM) 64-Bit Server VM 18.9 (build 11.0.16+11-LTS-199, mixed mode)
what
'plugins\rocketsfin.jar' in folder 'plugins'
org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError: com/buoobuoo/explodingrockets/ExplodingRockets has been compiled by a more recent version of the Java Runtime (class file version 60.0), this version of the Java Runtime only recognizes class file versions up to 55.0
this
boot
wdym
you'll have to go to java15
fine
why are you uisng 1.16.5 anyway
gotcha
?
understood
k
Could not load 'plugins\rocketsfin.jar' in folder 'plugins'
org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError: com/buoobuoo/explodingrockets/ExplodingRockets has been compiled by a more recent version of the Java Runtime (class file version 60.0), this version of the Java Runtime only recognizes class file versions up to 59.0
bro...
yeah its still compiling in j16
give me a min
hard to test on my side since im using java 16
hopefully that worked
yeah just leave it at java 15
ok
that plugin was compiled in java 8 so i t should work
sick
this works sick
is that enough power?
yeah'
what lmao
yeah I googled it an it looks complicated can someone help me with a work through or something?
using something like repsy or nexus
mine uses mojang remaps so can I build the jar file first and publish it?
I mean does the thing build my project or do I build it first and then upload it
when you deploy it with maven it auto formats it how it should be in the repo
you don't have to worry about much of anything accept having your build settings as you want them and adding the correct distribution manager
oh so I don't need to do anything outside of my ide?
both repsy and nexus have docs about this iirc
adding a server in the settings.xml is all
<distributionManagement>
<snapshotRepository>
<id>nexus-snapshots</id>
<url>http://localhost:8081/nexus/content/repositories/snapshots</url>
</snapshotRepository>
</distributionManagement>```
like that?
i chose nexus because it sounds cool
nexus has docs iirc
Hey, am new to making plugins how would I go about setting the broken block to a different block?
this is what i've got so far
import org.bukkit.Material;
import org.bukkit.event.EventHandler;
import org.bukkit.event.Listener;
import org.bukkit.event.block.BlockBreakEvent;
public class EventListeners implements Listener {
@EventHandler
public void onBlockBreak(BlockBreakEvent event) {
Material type = event.getBlock().getType();
if (type == Material.STONE) {
}
}
}
oh ffs I thought I was dev
could have sworn i clicked that channel lol
How to stop players breaking spawners using silk touch in my server
hey, anybody knows a working deathrun plugin? the ones i found are last updated like 5 years ago
anyone?
can you get the armor toughness / armor points of a specific armor piece?
i've tried using attributes but default armor doesnt have them
if you dont want them to break spawners remove the silk spawners plugin or disable in EconomyGUIShop if you have it
Is there anyway to remove the link warning from the mc? And take the players straight to the link
thank you bro economy GUI shop is the plugin
is there any way to find the placeholders of a plugin with a command?\
with papi?
im pretty sure /papi ecloud placeholders plugin should do it
They aren't plugins
They are skript files
You need the Skript plugin
No they have their own skript folder
oh?
yiu need to install the plugin first, it will create a folder called scripts and you can put jt there
ok
when i look up skript on the website, they all end in .sk
ok so i installed skript, and put the skripts in the folder
but they still dont seem to be working
Did you put the Skript plugin in the folder "plugins" ? And do you see it when doing /plugins ?
yes and yes
Where did you download those scripts ?
Also, do not install skript from the bukkit page. download it from github
Are there any errors in console?
I think there’s a skript community out there which might be able to help you if we can’t
go into the skript folder -> scripts -> put your script there, and do /skript reload scripts in-game
spigot website
i did
did you do this?
yes
like i have a vanish skript but /vanish isnt working
and I have one called originable (origins mod but a plugin) and its not working either
What does not working mean ? There is an error ? It shows command unknown? ...
No errors in the console ?
nope
Then you should go search for a skript community to help you :/
oh ok
because it recognizes i have the skript installed
but the commands dont work
it also doesnt let me comment on the post of the originable skript
on the spigot website
and i have an account
Try find a plug-in alternative for the skript if possible
i tried
how i do fixit ? [me.lucko.luckperms.lib.hikari.pool.PoolBase] luckperms-hikari - Failed to validate connection me.lucko.luckperms.lib.mysql.cj.jdbc.ConnectionImpl@219df3c6 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
Anyone know a good plugin for Playtime and Time/Date plugin? example 'Sep 4th 7:45pm" (and this then changes to your timezone)
anyone know a good plugin for end crystal killers
uhm XD, something went wrong with my server resourcepack. I tried a planet minecraft line, is that just not posible (so instead need to use dropbox) or did i just do something horibly wrong
How i can hide minecraft: commands and plugin: commands that the player doesn’t have permission for example minecraft:tell and placeholderapi:papi
Hi i have a problem with hopper
the minecart with hopper dont get items from the chest but from next hopper gets
If the plugins are open source then you can theoretically use any IDE that supports the build system (it's usually gradle or maven)
If it's not open source then you really probably shouldn't.
i'm using pterodactyl and my plugin cannot connect to a database hosted on the same machine
“Communications link failure”
.18? hooligan
but how tho
Clone their source code from their git repository, and then open the project up in your IDE.
From there you can edit the code
You would have to open it with a decompiler first
Then edit it accordingly, then recompile it
It won't be 1:1 source code though. Might not even compile
im trying to use the npc plugin but the commands wont work
the command im using to bind the command to the npc is /npc command add -o /mv tp <p> world
Isn't it npc select
how i do fixit ? [me.lucko.luckperms.lib.hikari.pool.PoolBase] luckperms-hikari - Failed to validate connection me.lucko.luckperms.lib.mysql.cj.jdbc.ConnectionImpl@219df3c6 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
[07:23:02] [ServerMain/INFO]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD'
[07:23:03] [ServerMain/INFO]: Loaded 7 recipes
[07:23:04] [Server thread/INFO]: Starting minecraft server version 1.19.2
[07:23:04] [Server thread/INFO]: Loading properties
[07:23:04] [Server thread/INFO]: This server is running CraftBukkit version 3577-Spigot-450dcaa-a73b358 (MC: 1.19.2) (Implementing API version 1.19.2-R0.1-SNAPSHOT)
[07:23:04] [Server thread/INFO]: Debug logging is disabled
[07:23:04] [Server thread/INFO]: Server Ping Player Sample Count: 12
[07:23:04] [Server thread/INFO]: Using 4 threads for Netty based IO
[07:23:04] [Server thread/INFO]: Default game type: SURVIVAL
[07:23:04] [Server thread/INFO]: Generating keypair
[07:23:04] [Server thread/INFO]: Starting Minecraft server on *:25565
[07:23:04] [Server thread/INFO]: Using epoll channel type
[07:23:04] [Server thread/WARN]: **** FAILED TO BIND TO PORT!
[07:23:04] [Server thread/WARN]: The exception was: io.netty.channel.unix.Errors$NativeIoException: bind(..) failed: Address already in use
[07:23:04] [Server thread/WARN]: Perhaps a server is already running on that port?
[07:23:04] [Server thread/ERROR]: Encountered an unexpected exception
java.lang.IllegalStateException: Failed to initialize server
at net.minecraft.server.MinecraftServer.v(MinecraftServer.java:969) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3577-Spigot-450dcaa-a73b358]
at net.minecraft.server.MinecraftServer.lambda$0(MinecraftServer.java:293) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3577-Spigot-450dcaa-a73b358]
at java.lang.Thread.run(Thread.java:833) [?:?]
[07:23:04] [Server thread/WARN]: Failed to get system info for World Generation
at net.minecraft.server.MinecraftServer.lambda$20(MinecraftServer.java:1439) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3577-Spigot-450dcaa-a73b358]
at net.minecraft.SystemReport.a(SourceFile:66) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3577-Spigot-450dcaa-a73b358]
at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:1438) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3577-Spigot-450dcaa-a73b358]
at net.minecraft.server.MinecraftServer.v(MinecraftServer.java:1033) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3577-Spigot-450dcaa-a73b358]
at net.minecraft.server.MinecraftServer.lambda$0(MinecraftServer.java:293) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3577-Spigot-450dcaa-a73b358]
at java.lang.Thread.run(Thread.java:833) [?:?]
[07:23:04] [Server thread/ERROR]: This crash report has been saved to: /root/BuildTools/./crash-reports/crash-2022-09-05_07.23.04-server.txt
[07:23:04] [Server thread/INFO]: Stopping server
[07:23:04] [Server thread/INFO]: Saving players
[07:23:04] [Server thread/INFO]: Saving worlds
[07:23:04] [Server thread/INFO]: ThreadedAnvilChunkStorage: All dimensions are saved
any help?
my plugin won't connect to my MariaDB server
i'm using pterodactyl (which uses docker)
the thing should connect to 127.0.0.1
and the mariadb binds to 0.0.0.0
If they are running in separate containers which they probably are... use the public ip instead of localhost
okay
dumb question but how would i avoid sprinting particles at players feet whenever teleporting between worlds or joining the server?
i dont think this is normal behaviour since ive never seen this on another server
those particles are even still visible after moving and standing still again
pterodactyl wont estabilish successfull connection when trying to use public ip
a plugin should connect to ur local mariadb instance (local ip of server), when trying to connect to 127.0.0.1 or 0.0.0.0 the local host is referred (in your case the container itself)
whenever u want to setup database credentials for plugin running on docker use the local ip just like 10.0.0.20 or something (find ip by typing ipconfig addr in terminal)
It's not about pterodactyl if it won't connect to public ip
It's usually Nat loopback issue and has nothing to do with pterodactyl
Also when connecting from localhost, use pterodactyl0 interface
As local ip wouldn't work too because all containers are isolated
if his port is not being forwarded for his mariadb instance (which probably is not) he wont be able to use his public ip
well yes my bad u r true its not related to pterodactyl itself
regarding ur last statement
im able to connect all my plugins running on the containers to my db running on the server using local ip of server (and it works)
how could i make my tab look like this
i thought there was a plugin for this but cant find it
Hmm you should be able to access it only over the bridge 🤔
I mean if it works it works 😄
you can do this in a plugin (TAB) and enable layout.yml
okay
for the special tags and icons you'll need a resource pack
may i ask which server that is..? it looks fun
yeah it does
yeah
i didn't either until i asked the tab server for support lmao
Anyone know a good plugin for Playtime and Time/Date plugin? example 'Sep 4th 7:45pm" (and this then changes to your timezone)
you mean something like this?
no, someything for a Scvoreboard that u add
that must be a texture pack or smth
yeah, called custom nameplates the plugin
really cool
yeah
itemsadder does that too i believe
id love to run a texture pack on my server but I feel like that might just detur people
not sure if thats still the case though
like an actualy block changing one?
it's actually nice to add something like this
or just QOL things
probably just QOL
it makes your server unique
then it shouldn't be annoying to your members
ngl damn this server is really cool, sadly not really a playerbase yet
damn its discontinued
unless theres a new ver
idk why but i cannot find any 16:9 videos there, is this only for phone?
no?
oh its polymart
wish stuff like this was OS
oh shit it is
yeah
epico
whats an "op" guardian farm?
i am wondering players are getting high pings on server which it can cause of high pings? Like ethernet?
Ping is basically the distance from the server
does anyone know if a plugin exists that works similarly to discordsrv where I can have my bungeecord console sent to a discord channel, and you can run commands through that channel that will then be done on the bungeecord
Not much you can really do about it (on the server side) other than purchase a server in another location
Slow internet
Or large physical distance of the user to the server
hmm home wifi or isp also render distance is 2
Both can cause it
How can i test the speed of internet
Ping the server ip in command prompt
i will try
If you want to test your own wifi just look up internet speed test
There are billions of those
hmm i can't send the images of test
That's pretty good internet likely has to do with server distance
Could also be your friends internet
Render distance & Simulator distance are 2 & hmm i am wondering i am using playit domain to use ip so idk is it can cause the high pings too
Could be not exactly sure how that works on the back end
Thougj don't bother with domains if your just playing with friends your ip can be found via the domain anyways
I could ping your domain and get the ip associated with it
hmm but not only friends new players need to join too so yeah
If you are hosting online to all I reccomend buying hosting if possible less strain and cost on you
Plus it is better for your internet to not be managing a ton of connections to a mc server
hmm i see but which one could be good to host big servers with 1 world not like minigames just one server with tons of players
Hetzner
Has good deals so does bloom.host
thanks i will take a look
If you aren't a power user and don't understand Linux I reccomend going with bloom.hosts panel
oh not that
but ig it's not my ipv4 & main ip
so it saying like Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 48ms, Maximum = 50ms, Average = 49ms
If that's a local ping you have problems on your hand local should be like 1ms
Maybe 4 or 5ms
Ahhh ok
yes
I'd try losing the domain and see if it helps your friends then try to figure out what to do from there
hmm ok
oh
oh btw is 1.19 makes high pings than older versions?
Basically it saying 756 mbps rn
also supporting wifi6
Hey! I'm trying to make an FPS lag machine on my Spigot server, but I've noticed that once items being dispensed reaches a certain threshold, the items start getting culled together- decreasing lag. Any way to turn this off?
You're making a lag machine... on your own server...?
That doesn't sound suspicious
It's a private SMP for a video xD Don't worry abt it
If it wasn't my server, I wouldn't have access to the server config file
Gotcha. Well the spigot.yml has a merge radius config option which you can reduce to 0 or -1 to prevent merging from happening
Can't remember which value. Sec
Mm maybe there isn't a value. But you should be able to use 0
merge-radius.item
I already tried that, didn't seem to work.
Yeah that doesn't seem to disable it. There might be a plugin that prevents item merging though
Well if anyone knows a plugin like that or how to disable it, I'd very much appreciate it!
How can I install Spigot onto pterodactyl?
By installing do you mean adding an egg?
yeah, one of my clients have asked about me adding spigot to their server, though I am not familiar with spigot; im more experienced with rust servers so some help would be appreciated
@full orchid
You can find the egg here https://github.com/parkervcp/eggs/blob/master/game_eggs/minecraft/java/spigot/egg-spigot.json.
great, thank you
How do you update my outdated server version of spigot because im trying to work out a plugin for my server
?bt Use BuildTools to create the latest spigot version. Grabe the generated .jar and replace your old one with it
ping is not related to your mbps
ping represents the time taken by a request between your computer and the server
where can i find the buildtools.jar file?
The more nodes it has to reach. The more nodes and the further the server, the longer the request will be
It can also come from a defectuous network hardware
?bt here
No i mean on my server not the website
which files do i look in?
Do i install it in to /server/
aka server folder
Depends of how you run your server ^^ can't say that like that
Yeah but i just dont kno where to install it too
Spigot jar or BuildTools jar?
Spigot jar
If it's the Spigot jar just put it in the server folder
Buildtools
Ok
Im confused
Like what do you mean by that
Because imn using a server hosting not the offical spigot server.jar
so I enabled anti xray a while back by accident, but when i disabled it and restarted the server, xray still didnt show any ores. How do I fix this and how did this happen?
How did you disabled it?
in spigot.yml anti-xray false
ask PlaceholderAPI devs
Looks like someone might have downloaded malware
Those classes are not part of PlaceholderAPI
Might be worth deleting and dowloading every jar file on your server
Is there a way to make people invincible when they join the server for a short period of time?
People are dying cus it takes a while to load them in sometimes lol
I think essentials has something like this
Then imma ask over there!
hi guys how can i add a symbol in holographic display? like this
you need a custom font in your resource pack
it would be better to ask on the HolographicDisplay discord server ig
You learn Italian and flip the pizza upside down
or this ^
maybe i can try ahah
do you have it? because i can't find it
Hi, I need help related with the plugin griefdefender:
Everytime I run the command /reload confirm in order to apply some changes in my server files without having to stop and start the server, all my server grief defender claims get deleted leaving all the builds without claim protection.
unicode characters
already done thank you
almost any utf-8 character
yeah i figured out, but i don't know how i can use it in advancedchattorch plugin, an example format:
'&4&lOWNER &4%player_displayname% &8»&f %message%'
was thinking to use the same for holographic display, so "\u2731" but in chat i got this
What are you trying to do
are you actually including the \u2731?
want to use a symbol but i don't know how to implement
yes the line was: ' "\u2731"&4&lOWNER"\u2731" &4%player_displayname% &8»&f %message%'
I'm pretty sure you can use the symbol itself, so long as the game can actually render it.
if its utf 8 just put the actual symbol yea
This may be completely wrong but can you add it to the rank of owner?
you mean inside luckperms? don't think you can implement from there
because my prefix is given by a permission from this chat plugin that have a dedicated space to create group with chat format
if it isn't showing up when you put it directly in the config, game probably cant render it
so need to find a solution like previously on holographic display, where i have to add the unicode inside ", so "\u00bh"
maybe because it doesn't support that format, maybe there is another way
anyways what is the best plugin for chat, like deluxechat (this one is unsupported)
Help!!!! I port forwarded and it says the port is open, using bc and spigot. but when opening mc and trying to connect it wont connect!!
Whats the error
Hey guys, I'm getting an issue with ShopGUIPlus. It's working on my test server, and when transferring it over to the main server it breaks saying;
button not loaded: Invalid or no material name specified
The material is RED_STAINED_GLASS_PANE
What version are you on
1.8.8
That mat doesn't exist in 1.8
It would be STAINED_GLASS_PANE with some kind of magic number data
Life savor. Thank you so much!!
there is no error, just doesnt work
players cant craft shields how to fix it
Hi, I need help related with the plugin griefdefender:
Everytime I run the command /reload confirm in order to apply some changes in my server files without having to stop and start the server, all my server grief defender claims get deleted leaving all the builds without claim protection.
Ye thou shall not run that command
Never
Thanks you for the help
Well that’s very vague. We cant really help much without more info
so I enabled anti xray a while back by accident, but when i disabled it and restarted the server, xray still didnt show any ores. How do I fix this and how did this happen?
Are you using Spigot
paper but i think i found the issue
hey!! can anybody help me with my server
i want disable drop-items for a particular player
i am using spigot 1.19.2
i want use worldguard plugin
but it enables it for all the players
actually my aim is to stop builders from dropping items because they are in creative
They could still place chests and fill them with items
i will deny chest-acces
Find trust worthy staff or don't build on the production server
Those are my recommendations
yaa thx for the suggestion
i also tried to use commands blocks to set pickup delay=0
but again it sets that to all the players
If you cannot trust those you give creative you will have a bigger problem
Every jar
All of them
Try not to install malware next time :p
is there a way to specify perms to a particular player in worlguard??
Not that I'm aware of
Just download your plugins on spigotmc.org
Are you sure ? haven't you installed a plugin that someone gave you, or that you find somewhere else
btw leaking sites drop black plugins with way more lines of malware than lines of the original leaked plugins 🙂 but it's not necessary to say that
and how did you download spigot ?
i mean the server.jar
then that's why
?whereami
the only reliable and safe way is to build with buildtools
doing somewhat else is your responsability
it can be
now, fork aren't part of this server thx
Why?
Why a command like /reload deletes claims?
You can create your own plugin, or if you're not familiar with Java nor Kotlin use Skript
Because reload command could not be managed by plugins. I recommend always restarting your server to avoid any future problems
Ty!
Rolyn, you have any idea what the option in essentials is for the join protection? No one responding there
?whereami
Can't check rn, can you please dm me so you can remind me to do so?
guys if i put in a config a symbol and in chat i receive this, that means the plugin doesn't support it?
it's probably not encoding it correctly
Ofcourse!
i... dont really have anymore info, it just. doesnt work
we'll need more context
what port is spigot, what port is bc
which one you can't access
what is your port forwarding ?
i just port forwarded 25565
bc is 25565, spigot is 331
and you can't connect to spigot right ? but through bungee it's ok
yeah i know but I think he didn't understand
Why are you running spigot on 331 port
It doesn't matter tbh
my bad I'm sorry, currently at school actually 🙂
That is really bad practice as that port requires root
Is it reserved?
this one yeah
Everything < 1024
why?
not on linux 1)
2) it is running as admin
mhmm
should i change the port to somethin like 71
?
idk how 71 is different from 331
You should use something really high
https://paste.md-5.net/acacisudaj.sql help Skript not working
yeah, port can be really anything
we need the error thrown at launch of the server
as long as its in 2^16-1 range
and > 1024
was in the middle of the typing 😄
[13:47:49 INFO]: [Skript] Enabling Skript v2.1.2*
[13:47:49 ERROR]: Error occurred while enabling Skript v2.1.2 (Is it up to date?)
java.lang.NoSuchMethodError: 'byte org.bukkit.DyeColor.getData()'
at ch.njol.skript.util.Color.<clinit>(Color.java:82) ~[Skript.jar:?]
at ch.njol.skript.SkriptCommand.<clinit>(SkriptCommand.java:60) ~[Skript.jar:?]
at ch.njol.skript.Skript.onEnable(Skript.java:254) ~[Skript.jar:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264) ~[paper-api-1.18.1-R0.1-SNAPSHOT.jar:?]
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:370) ~[paper-api-1.18.1-R0.1-SNAPSHOT.jar:?]
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:500) ~[paper-api-1.18.1-R0.1-SNAPSHOT.jar:?]
at org.bukkit.craftbukkit.v1_18_R1.CraftServer.enablePlugin(CraftServer.java:564) ~[paper-1.18.1.jar:git-Paper-177]
at org.bukkit.craftbukkit.v1_18_R1.CraftServer.enablePlugins(CraftServer.java:478) ~[paper-1.18.1.jar:git-Paper-177]
at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:727) ~[paper-1.18.1.jar:git-Paper-177]
at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:503) ~[paper-1.18.1.jar:git-Paper-177]
at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:313) ~[paper-1.18.1.jar:git-Paper-177]
at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1202) ~[paper-1.18.1.jar:git-Paper-177]
at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:317) ~[paper-1.18.1.jar:git-Paper-177]
at java.lang.Thread.run(Thread.java:833) ~[?:?]
just changed that, issue is still not resolved
Imagine bc as a tunnel to enter your computer. So you can't access your servers directly
What is the issue ?
Download the latest version of the plugin
i did
it shows the port is open when checking, bc server is running on 25565. spigot 46278
So you can access bc and not spigot right ?
but when using the mc client, i cannot connect using the public IP (this is an old laptop in another room). also very oddly this PC and the other PC's IP seems the same
i cannot even access bc from client
Oh, and what error you get when trying to connect to bc ? "Can't resolve hostname" or smth else ?
it just attempts to ping the server and times out
as if the server doesnt exist
i have school soryyy ttyl
Can anyone help with resource pack related stuff?
Probably
Im stuck with a pack Im compiling.
Im just merging some packs together, and everything works. But when I try to load it as a zip file minecraft wont show it in the list. And Im clueless to what Im doing wrong
What are you trying to do?
If you're trying to build the Spigot jar it will be in the same folder as the BuildTools jar when finished
Then wait for it to be finished
So what's the problem
Why are you opening those folders btw
You don't need them anymore
You ran buildtools to install Spigot in to your local maven repo
That step is done now
You can delete everything it created
no, it's .m2 iirc
yeah it's in .m2
mb didn't notice
I'm confused because someone said "The function names are obfuscated. like ItemStack#getTag() is t(), ItemStack#setTag() is ItemStack#c()" but in my repo, nothing's obfuscated
Paid plugin for splitting map into multiple servers on bungee???
You probably setup remapped (Which you should unless you want to make things hard for yourself...)
Does anyone have any experience with exporting a jar in eclipse with external libraries included?
like java -jar BuildTools.jar --rev 1.18.2 --remapped ?
Yeah
I'll try it
noo before I did it like java -jar BuildTools.jar --rev 1.18.2 --remapped --compile craftbukkit
So I think that's the problem
ahh
How do I export my jar with this org.apache.commons.io.jar included?
oh, I cannot send pictures...
!verify
Usage: !verify <forums username>
you have to verify
!verify
Usage: !verify <forums username>
!verify rp1
A private message has been sent to your SpigotMC.org account for verification!
You'll need to start using Maven or Gradle
Choose one switch your project setup to that and then head over to #help-development
SkyExcel you should switch channel too
sorry
I'll switch channels, but I don't see why I need to switch compilers
Anyone know a good plugin for Playtime and Time/Date plugin? example 'Sep 4th 7:45pm" (and this then changes to your timezone)
PlaceholderAPI and the LocalTime extension
Oh really?
Even uglier way would be to get the player's selected locale and get the country code from that lmao
guys i have an error [BedWars1058] Arena acropolis1v1 was added to the enable queue.
[19:40:06 INFO]: [BedWars1058] Loading arena: acropolis1v1
[19:40:06 WARN]: [BedWars1058] Task #1052 for BedWars1058 v22.7 generated an exception
java.lang.IllegalArgumentException: No enum constant com.andrei1058.bedwars.api.arena.generator.GeneratorType.D─░AMOND
at java.lang.Enum.valueOf(Enum.java:240) ~[?:?]
at com.andrei1058.bedwars.api.arena.generator.GeneratorType.valueOf(GeneratorType.java:23) ~[?:?]
at com.andrei1058.bedwars.arena.Arena.init(Arena.java:338) ~[?:?]
at com.andrei1058.bedwars.arena.mapreset.slime.SlimeAdapter.lambda$onEnable$0(SlimeAdapter.java:82) ~[?:?]
at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:76) ~[spigot.jar:git-Spigot-79a30d7-f4830a1]
at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:361) [spigot.jar:git-Spigot-79a30d7-f4830a1]
at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:739) [spigot.jar:git-Spigot-79a30d7-f4830a1]
at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:406) [spigot.jar:git-Spigot-79a30d7-f4830a1]
at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:679) [spigot.jar:git-Spigot-79a30d7-f4830a1]
at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:577) [spigot.jar:git-Spigot-79a30d7-f4830a1]
at java.lang.Thread.run(Thread.java:834) [?:?]
i forgot the solution
dFileencoding not working
i remeber the solution = -Duser.language=en -Duser.region=EN
D─░AMOND doesn't look right. Fix that in the file and make sure it's encoded in UTF-8.
What's better for servers (Not minigame, survival so large scale worlds), a server from a linux server hosting company or a server from a minecraft server hosting company?
In terms of performance & cost
I mean, both are essentially the same. It just comes down to how you use them. Not to mention they are pretty much opposite cases.
If you have a barebones linux server, you have great performance/flexibility, but at a higher cost.
If you have a hosting company, you have cheap costs, but limited performance. Not to say that the performance is bad, but if you are sharing space with other people, you'll start to see some performance issues come up later down the line.
There probably is a limit for how much performance a VPS can effect on other servers thats on the same computer right?
Well you shouldn't expect much from a VPS to begin with. There is definitely a limit on performance with them, but the same can be said for dedicated servers. VPS servers are great for smaller projects. However, if you have a large userbase that needs constant access to the server, you'll need something better.
Does anybody know any plugin like NoGrind but for 1.19?
Would you say that a survival server with around max 30 people online at a time will work on a good VPS?
More than likely. It would just come down to the plugins you use at that point.
If you were going to expect 100+ players, then you might want to consider switching to a dedicated server.
Mainly due to how bad the minecraft server is, it basically requires beefier hardware.
Well it is software developed in 2009
Not great on the optimisation part
Alright, thanks for your help (:
unsure if this is the right place to ask anyway to get a player to load chunks that are thousands of blocks away from them?
Maybe your looking for this?
?services
If you wish to request or offer development/art/building/administration services, please do so at https://www.spigotmc.org/forums/services-recruitment-v2.54/
hi im using a Pterodactyl server, im following this guide: https://www.spigotmc.org/wiki/firewall-guide/#installing-iptables
i have done iptables -I INPUT ! -s ip -p tcp --dport 25566:25569 -j DROP
how i can see if it work or not
The home of Spigot a high performance, no lag customized CraftBukkit Minecraft server API, and BungeeCord, the cloud server proxy.
when i do iptables -L
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
Is it possible to use next line in restarting message in spigot.yml configuration file? Seems \n is not working.
how do i stop an armor stand from activating a pressure plate?
the armor stand is invisible and its meant to be a hologram thingy
but i can't use the pressure plate under it now
Guys i create flat map using multiverse and when i do /setspawn or /setworldspawn or /mv setspawn the people joining dont spawn in the flat world where i set the spawn they spawn in normal world
Looking for a plugin that allows players to create a home that send them to a piece of land that only they have access too ( unless tpd )
Something like how skyblock homes work but in a normal world
which plugin causes that? It happens when I right-click with the compass in the hand
who can check my protection on proxy for crashes or something like that?
what
its possible to edit message version ?
could someone that understand timings please check this report please?
https://timings.aikar.co/dev/?id=f288c8d0dd114ec791393122d31209da
The TPS is way low about 8 in survival server however on other servers its always 20. some plugin or something is making survival server very slow. what is it?
Aikar's Timings Viewer - View Timings v2 reports from Paper and Sponge
Seems to be a lot of zombies and villagers
yes you're right. a lot of players built those farms for villager and zombie, creeper etc farms. how can I limit this properly?
I mean it says
anywhere tcp dpts:25566:25569
Also drop sorry I didn't copy that part
You can also check with https://check-host.net/check-tcp?host=vmi918873.contaboserver.net:25566 but it says connected so skill issue
Check port of your server or website with TCP connect: website monitoring with useful tools, Check IP, Check website
any suggestions how to reduce this mob problem?
You can tell your players to stop building those farms
Mob caps, mob mergers, ban specific farms outright. You have options.
I think there is a CPU bottleneck as well.
is this a good CPU for minecraft server?
Intel(R) Xeon(R) CPU E5-2695 v2 @ 2.40GHz
No that's not a good CPU for Minecraft
You want high-singlethreaded performance not a server CPU with many cores
Also that CPU is from 2013 💀
I paid alot for this powerful server as you can tell already. 64GB RAM and 24 cores. its a monster
yes old
so far it can handle the servers but not that great
So you have two of them
possibly
so I need to get a refund and change to another server?
sadly this took me couple days to setup portainer and all docker containers, databases etc... its gonna be a pain moving to another server
any config or thing I Could do to fix it just so that it can work?
Not sure how easy it is to move everything over
Anyways if you want to host a large server go for a Ryzen 9 5950X
I see. thank you! I'll check
with this current cpu configuration not much can be done to improve it right?
These are your options with the CPU you have
I got it thank you
now i set iptables -I INPUT ! -s 149.102.142.182 -p tcp --dport 25566:25569 -j DROP
and the port 25565 dont work
i tried to add this iptables -I INPUT ! -s 149.102.142.182 -p tcp --dport 25565 -j ACCEPT
notthing
pls help
hello, I need help related with the plugins floodgate and geysermc:
Im trying to make my server for java and bedrock players (server is java) and I setted up everything correctly but when I try to join with a bedrock account, it says that I need a public key.
how do I fix it without making my server open for cracked minecraft accounts
Ask on geyser
ty!
Spigot has nothing to do with bedrock so highly unlikely you'll find help here
iptables are annoying for average user (and deprecated)
why not just make your life easier with ufw 😛
Empty dropper I think
which?
How i can hide minecraft: commands and plugin: commands that the player doesn’t have permission for example minecraft:tell and placeholderapi:papi
What is ufw
And how ti use that
so lately i've noticed when i have a map and have generate features off (0), it stills generates them in newly generated chunks
here for instance the map was set to void after pruning
but it still just generates villages etc
even though its off
it cant be any plugin because i have no world plugins
i've noticed this in the past too with a flat map that i had running for years and out of nowhere it starts generating structures in newly generated spots
it shouldn't do that
the generate features is still on 0
so it has to be spigot
idk why but my worldguard spawn pvp protection wont work at all it says "Hey Sorry but you cant pvp here!" but it does damage to people
i tryed whit ufw but notthing again
?notworking
"Does not working" is a useless statement. Please describe what exactly is not working, what you expect it to do, and what actually happens. If you get any console errors, also ?paste the entire stacktrace.
tell us what you did
i followed all the guide at first i cant connect to all te ports next for an error of the vps it performed a reboot and all the rules where reseted
i itryed using ufw and iptables
but notthing evrytime same problem
You don't have to use ufw and ip tables
Use just ufw, It can do nearly anything as ip tables but with prettier syntax
I mean everything except for example messing with specific chains like docker one
But ig you wouldn't need that one
[18:21:06] [Server thread/ERROR]: Ambiguous plugin name Slimefun' for files plugins/Slimefun4-1027.jar' and plugins/Slimefun4 - RC 32 (git e13d1).jar' in plugins'
how to fix this
Delete one of the Slimefun jars
18:29:12 ERROR: Current Thread: bStats-Metrics
18:29:12 ERROR: PID: 78 | Suspended: false | Native: false | State: TIMED_WAITING
18:29:12 ERROR: Stack:
18:29:12 ERROR: java.base@18.0.2.1/jdk.internal.misc.Unsafe.park(Native Method)
18:29:12 ERROR: java.base@18.0.2.1/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252)
18:29:12 ERROR: java.base@18.0.2.1/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:1672)
18:29:12 ERROR: java.base@18.0.2.1/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1182)
18:29:12 ERROR: java.base@18.0.2.1/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
18:29:12 ERROR: java.base@18.0.2.1/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1062)
18:29:12 ERROR: java.base@18.0.2.1/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1122)
18:29:12 ERROR: java.base@18.0.2.1/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
18:29:12 ERROR: java.base@18.0.2.1/sun.nio.ch.NioSocketImpl.read(NioSocketImpl.java:347)
18:29:12 ERROR: java.base@18.0.2.1/sun.nio.ch.NioSocketImpl$1.read(NioSocketImpl.java:800)
18:29:12 ERROR: java.base@18.0.2.1/java.net.Socket$SocketInputStream.read(Socket.java:966)
18:29:12 ERROR: java.base@18.0.2.1/sun.security.ssl.SSLSocketInputRecord.read(SSLSocketInputRecord.java:478)
18:29:12 ERROR: java.base@18.0.2.1/sun.security.ssl.SSLSocketInputRecord.readHeader(SSLSocketInputRecord.java:472)
18:29:12 ERROR: java.base@18.0.2.1/sun.security.ssl.SSLSocketInputRecord.bytesInCompletePacket(SSLSocketInputRecord.java:70)
18:29:12 ERROR: java.base@18.0.2.1/sun.security.ssl.SSLSocketImpl.readApplicationRecord(SSLSocketImpl.java:1460)
18:29:12 ERROR: java.base@18.0.2.1/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:1064)
18:29:12 ERROR: java.base@18.0.2.1/java.io.InputStream.read(InputStream.java:218)
18:29:12 ERROR: Geyser-Spigot.jar//org.java_websocket.client.WebSocketClient.run(WebSocketClient.java:505)
18:29:12 ERROR: java.base@18.0.2.1/java.lang.Thread.run(Thread.java:833)
18:29:12 ERROR: ------------------------------
18:29:12 ERROR: Current Thread: Geyser Scheduled Thread-2-1
18:29:12 ERROR: PID: 93 | Suspended: false | Native: false | State: TIMED_WAITING
18:29:12 ERROR: Stack:
18:29:12 ERROR: java.base@18.0.2.1/jdk.internal.misc.Unsafe.park(Native Method)
18:29:12 ERROR: java.base@18.0.2.1/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252)
18:29:12 ERROR: java.bas
my server console shows a lot of text like this
what do i do
it crashes everything
java.lang.IllegalStateException: Asynchronous Save Players! Blocking thread until it returns
[18:36:56 WARN]: at net.minecraft.server.MCUtil.ensureMain(MCUtil.java:359)
[18:36:56 WARN]: at net.minecraft.server.players.PlayerList.saveAll(PlayerList.java:1248)
[18:36:56 WARN]: at net.minecraft.server.players.PlayerList.h(PlayerList.java:1244)
[18:36:56 WARN]: at net.minecraft.server.MinecraftServer.s(MinecraftServer.java:944)
[18:36:56 WARN]: at net.minecraft.server.dedicated.DedicatedServer.s(DedicatedServer.java:781)
[18:36:56 WARN]: at net.minecraft.server.MinecraftServer.close(MinecraftServer.java:888)
[18:36:56 WARN]: at org.spigotmc.WatchdogThread.run(WatchdogThread.java:233)
also this
Send all of it in a paste
?paste
I cant paste all because I cant access all, the console dont shows me everything
its not there...
like yes the file is there
with the log
but the error is not there
the issue happens when a player opens a chest
an specific chest generated from a custom structure
I cant even break the chest
Looks like your server is too slow to handle treasure maps
no
It's creating a treasure map
oh
Generally speaking, treasure maps are a pain
ima try to trim those chunks
like, they search in a giant radius
which can just, take a shit load of time
You can disable them
does spigot have that option ?
I've seen it somewhere let me check
is anyone here running minecraft in Kubernetes and if yes - why?
probably to enjoy the pain
Does anyone know of a plugin that I could use as a hibernation or an auto shutdown and auto start like when someone tries to join to reduce idle CPU usage? I'm using Pterodactyl and some of the solutions that I've seen, I don't know how I would get to work with that UI, thanks
Useful for minigame networks, allows you to easily spin up minigame instances and add extra infra
treasure-maps:
enabled: false?
tysm it fixed the issue, you saved my server lol
Hi, so I am running Pterodactyl in a WireGuard tunnel, and everything works but Spigot API requests get blocked.
For example the ThemePark plugin tries to retrieve https://api.spigotmc.org/legacy/update.php?resource=48648 but gets a 403 error.
Someone from the Pterodactyl Discord mentioned that Spigots Cloudflare might be blocking it. Any ways to get around this?
If some Spigot admin reads this, this is my public IP 160.20.146.195, maybe you can find it in the Cloudflare WAF logs
mod that optimizes treasure maps when?
Hello there I am having an issue with the interactive chat [item] display it says "unable to parse placeholder"
java -Xms128M -XX:MaxRAMPercentage=95.0 -Dterminal.jline=false -Dterminal.ansi=true -jar server.jar
is that correct or not
Run a proxy for spigot Api on another machine
Then split
Why wouldn't it be
Seems complicated, why are my requests blocked in the first place?
how can i add this custom scoreboard background
This is not scoreboard, you have to use a resource pack and use textured chars
these are usually sent by titles or action bar, using some negative and positive space chars
I would recommend getting minihud and turn on the region file borders
Region files are quite big anyway, im pretty sure theres 4 covering the exit portal
hi, when i run a command with caps lock on 1.19.2 spigot it says "Unknown or Incomplete command, see below for error" why doesn't it say the unknown-command message in spigot.yml and why doesnt it let me execute the command with caps?
There is maybe a plugin interfering with it
My server has no plugins, it has just been reinstalled
And is there an error below ?
Something like this happens
No, it is only case sensitive. If I use /OP the command does not work but if I use /op it does
In versions prior to 1.19.2 it did not happen
This is a known bug that won't be resolved because it is linked to minecarft's way of handling commands https://hub.spigotmc.org/jira/browse/SPIGOT-7149?filter=10108
Nop sorry :/
I can probably make it for you when I have time
Well, have you googled it
Which version of mc
1.16.5
Ew
so many plugins make it with heads
So then use them
That's why I say when I look at ur pfp
If you don’t want to use heads you’ll need a resource pack
I don’t know if there are in premade plugins like that
There is itemadder but it costs money
i mean
you told him many do it, so he assumed you know some
okay I'm super new to all this stuff, but I got a really weird bug where weapons and tools do absolutely abysmal damage to anything apart from bows? and all I know is that since the server was updated from vanilla 1.19 to spigot 1.19.2, that's when it started getting weird
I'm really sorry if this is the wrong place for the question, I'm just trying to grab at any strings i can right now
(Ping if respond please)
got any plugins?
yeah i got a list here, its not my server im doing this on behaf of someone
"- brewery
- bstats
- discordsrv
- graves
- gsit
- libsdisguise
- luckperms
- namecolorgui
- pluralkitmc
- protocollib
- viaversion
- worldedit
luckperms and namecolorgui were added after the damage problem !!"
alr we'll give that a go
thanks so much i know its probs obvious
thought the tech mod would have thought of that tbh
can someone please help me with gobrush plugin?
Hey when you do /place structure ancient city it doesn’t load properly. Like there’s no air pockets, or anything. The structure load but the air pockets and stuff that separate everything doesn’t. It’s literally infused into the stone and stuff, like no walking room and everything is infused into the stone.
Why won't gobrush let me use //smooth -s?
Good afternoon or evening, I have the problem that on my server all the commands are shown using the "/", I would like to be able to hide all the commands from the players, how could I do it
"If you wish to use ip forwarding, enable it in your bungeecord config aswell"
This pops up and doesnt let me join the server
Idk how to fix it
I really want to
Did you enable ip forwarding?
Is there a plugin for converting money to paper for Economy plugins
But i Want custom textures
Is there a plugin that removes the suggestion commands?
hey, the TPS on my Server are constantly on 20, but the people and mobs are lagging really bad. does anyone have a solution for that? https://timings.spigotmc.org/?url=fotubuwovi
is there a plugin where you can put limit on items like golden apples and pearls?
Hey, I have a question with bungeecord. I have a bungeecord set-up for testing purposes on my PC and it works fine. When I purchase the actual minecraft servers, all I have to do is change the IP and port in the config, and it will work right?
is there a plugin where you can put limit on items like golden apples and pearls?
is there a plugin where you can put limit on items like golden apples and pearls?
is there a plugin where you can put limit on items like golden apples and pearls?
Don't spam
Yes
Thankyou :)
Limit as in inventory stack?
yea so i want to put in my server like 16 gaps and 5 ender pearls is there any plugin for that?
so if you try to make more they make a new stack or just drop
Which version are you using to be exact ?
I'm not sure if there is a plugin released to the public.
But I think you could make a plugin, or ask someone to do it for you. I think something like:
player.getInventory().setItem(0, new ItemStack(Material.GOLDEN_APPLE, 16));```
Could work
But since this isn't help-dev I'll try finding something that is public
ok thank you
i found this but all i can see is that you can stack items but people say that you can put a limit on items to is it true?
its called stacked items
i join the server and i asked but i really dont know would you mind checking?
Its Stacked Items, or Stackable Items ?
Because I did find quite a few but they are all out of date
Is there a plugin which adds a spawner spawn limit for example the max spawn limit of iron golem is 500 if it spawns that many golem it will not work and need to be repaired
Anyone knows a plugin for convert item to /give command? i mean your holded item is converted to /give item with nbts etc.
What version of Spigot are you using?
what does it matter
not all plugins support all versions
1.19
Hello! Was just wondering if Brought Plug ins can be transfered from one account to another
Im assuming you mean bought plugins; and I doubt it
iirc (staff please correct me if I am wrong) having secondary (alt) accounts is not allowed
Our ex admin, has kinda demanded money back and went on a power move but has all the licences. So, i just wanted to ensure
what do you mean by licenses?
Spigot doesn't give out any licenses, only the download to the plugin. Unless thats what you mean by licenses
The only thing they can do is possibly chargeback the purchases if they purchased it; generally the minimum time they have to chargeback is 60 days (US legal minimum)
Okay, thank you! I'll have to tell them to do that
I do want to clarify chargebacks aren't 100% you are going to get your money back
You will 100% lose access to said resource; but might get money back
Id HIGHLY recommend you talk to the plugin authors and try to work something out first
thank you!
Hey! I'm a bit stuck. How do I add a custom head into a GUI plugin? I have the head, but don't know how to get the ID of it nor put it in the GUI.
are you coding the plugin
I am not. I'm using DeluxeMenu's
why didnt you say DeluxeMenus then lol
they have a head db hook, you can put the base 64 in
stop pinging random people
first you pinged me, now you ping them, what's your problem
this won't make anyone help you faster, it will only annoy people and make them block you
@summer comet
lmao
I can't pickup item in server
@pearl summit
Uninstall all your garbage plugins and try again
he cannot pickup item in server

@jagged orbit
great, send IP and I won't join
How original. Uninstall everything and try again.
bedwars servers are really unique, I haven't seen one in... minutes
are you using 1.8 for that extra performance boost?
Aternos... ofc.
@summer comet I'm using 1.18
Can you find this bug pls
I don't know about coding exactly
- install this https://www.spigotmc.org/resources/eventdebugger.82055/
- restart server
- use this as config.yml for the above mentioned plugin:
exact:
EntityPickupEvent:
class: "org.bukkit.event.entity.EntityPickupItemEvent"
methods:
- "isCancelled"
PlayerPickupEvent:
class: "org.bukkit.event.player.PlayerPickupItemEvent"
methods:
- "isCancelled"
- restart server again
- try to pickup an item, then send console log
@past creek ^
Can I give aternos access I really don't know
😭😭😭😭
My server is started
@summer comet
ping me one more time and I'll block you
^^^
Then it's resolve??
no
Why
then it tells you what shitty plugin is causing this
Can you tell one more thing