Berk
AAdmincraft
•Created by Berk on 7/13/2024 in #questions
Netty Pipeline Exception Error?
This error started getting spammed occasionally in my console today. I looked around a bit to find what was causing it but couldn't. Any help is appreciated. Running Paper 1.21 #61 on Oracle free tier.
[20:40:09 WARN]: [io.netty.channel.DefaultChannelPipeline] An exceptionCaught() event was fired, and it reached at the tail of the pipeline. It usually means the last handler in the pipeline did not handle the exception.
io.netty.channel.unix.Errors$NativeIoException: accept(..) failed: Software caused connection abort
6 replies
AAdmincraft
•Created by Berk on 6/26/2024 in #questions
Failed to download mojang_1.21.jar
I'm getting this error when trying to start the server after updating to paper 1.21 (#37)
Oracle Free Tier
container@pterodactyl~ java -version
openjdk version "21.0.3" 2024-04-16 LTS
OpenJDK Runtime Environment Temurin-21.0.3+9 (build 21.0.3+9-LTS)
OpenJDK 64-Bit Server VM Temurin-21.0.3+9 (build 21.0.3+9-LTS, mixed mode, sharing)
container@pterodactyl~ java -Xms8G -Xmx20G -XX:MaxRAMPercentage=95.0 -Dterminal.jline=false -Dterminal.ansi=true -jar paper.jar
Downloading mojang_1.21.jar
Ubuntu 20.04 Oracle Free Tier. Pterodactyl panel. Deleted old files from 1.20 server and added new paper.jar (build #37) to update server to 1.21 but it gets stuck here.
Failed to download mojang_1.21.jar
java.net.UnknownHostException: piston-data.mojang.com
at java.base/sun.nio.ch.NioSocketImpl.connect(NioSocketImpl.java:567)
at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:327)
at java.base/java.net.Socket.connect(Socket.java:751)
at java.base/sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:304)
at java.base/sun.security.ssl.BaseSSLSocketImpl.connect(BaseSSLSocketImpl.java:181)
at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:183)
at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:531)
at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:636)
at java.base/sun.net.www.protocol.https.HttpsClient.<init>(HttpsClient.java:264)
at java.base/sun.net.www.protocol.https.HttpsClient.New(HttpsClient.java:377)
at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(AbstractDelegateHttpsURLConnection.java:193)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1237)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1123)
at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:179)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1675)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1599)
at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:223)
at java.base/java.net.URL.openStream(URL.java:1325)
at io.papermc.paperclip.DownloadContext.download(DownloadContext.java:55)
at io.papermc.paperclip.Paperclip.setupClasspath(Paperclip.java:63)
at io.papermc.paperclip.Paperclip.main(Paperclip.java:28)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at io.papermc.paperclip.Main.main(Main.java:26)
container@pterodactyl~ Server marked as offline...
[Pterodactyl Daemon]: ---------- Detected server process in a crashed state! ----------
[Pterodactyl Daemon]: Exit code: 1
[Pterodactyl Daemon]: Out of memory: false
[Pterodactyl Daemon]: Aborting automatic restart, last crash occurred less than 60 seconds ago.
7 replies
AAdmincraft
•Created by Berk on 7/11/2023 in #questions
Need tips on claims for a small SMP server
I have a small SMP server that I play with the trusted members of my community. Now we're at a point where nobody plays anymore so I want to relaunch it to more people but I'm afraid some people might try to grief others so I went with a claim system using Protection Stones plugin. I want to let people access these stones I can use economy, craft recipes, custom economy but I'm not sure which route to go. I can use CoinsEngine for custom currency or use ConditionalEvents to give players a custom currency item every x hours of playtime etc. This is a pretty basic concept but I need some guidance.
10 replies
AAdmincraft
•Created by Berk on 7/9/2023 in #questions
Basic claim plugin for SMP?
Hi. I'm looking for a simple and easy to understand claim plugin for my small community that is not too heavy with commands or GUI. I don't want players to type something like /claiminfo in the chat and see 50+ flags. I just don't want new players to come and grief other players and they can earn claims as they play.
What I'm looking for:
- Variable or incrasing claim size for new and veteran users (No economy)
- Could be chunk or block based
- Visualizing the claim with particles or holographic blocks
So far I've tried or looked at:
CrashClaim - Easy to use but can't see how many chunk claim points you have. Might be the best option.
GriefPrevention - Imo not too user friendly with so many features and old looking messages.
ProtectionStones - Might be one of the best options but have to find a way to reward players with a "token" so they can purchase the stones via shopkeepers plugin etc.
XClaim - Heavy GUI with menus inside menus with inventory replacement etc.
45 replies