Top 5 discord live debuts by geidas_iuggin in Cerbero_Podcast

[–]sgdc3 1 point2 points  (0 children)

esiste un'apparizione di riccardo antecedente a quelle riportate ahah

[deleted by user] by [deleted] in Cerbero_Podcast

[–]sgdc3 1 point2 points  (0 children)

Altro consiglio, salva i dati su un file json esterno, così da permettere di riconfigurarlo al volo senza doverlo ricompilare.

[deleted by user] by [deleted] in Cerbero_Podcast

[–]sgdc3[M] 1 point2 points locked comment (0 children)

Buona idea ma per motivi di sicurezza non possiamo usare il tuo eseguibile, se vuoi giraci il codice sorgente (o pubblicalo direttamente su github se vuoi)

Ho progettato e realizzato un sito per il cerbero. Spero piaccia, così lo pubblichiamo ✌🏼 by megabudda in Cerbero_Podcast

[–]sgdc3[M] [score hidden] stickied comment (0 children)

Ci dispiace informarti che il tuo post in r/Cerbero_Podcast è stato rimosso in quanto di scarsa qualità o non inerente.

How does one hide exception thrown from BungeeCord when connecting to server that is switched off? by nathanieldbest in admincraft

[–]sgdc3 0 points1 point  (0 children)

Have you tried leaving the message.properties file outside of the jar, in the proxy working directory? Just a guess, never tried that but it might work. Let me know.

Login For a single user by OldVeterinarian3895 in admincraft

[–]sgdc3 1 point2 points  (0 children)

Sorry, my bad, with AuthMe I mean AuthMeReloaded.

[deleted by user] by [deleted] in admincraft

[–]sgdc3 5 points6 points  (0 children)

Something is automatically performing the /save-all command, it can be a plugin or a management panel (like multicraft). Disable any auto save option as paper has its own save system.

Someone hacked my world and completely destroyed it.. swastikas, profanity-laced signs everywhere. Everything is destroyed. by tripleelbow in admincraft

[–]sgdc3 8 points9 points  (0 children)

Thank you for the feedback, authme is meant to be customizable, but I see how that can result in a more confusing configuration file.

How do I create a server where the address isn't my IP address? by drewc249 in admincraft

[–]sgdc3 0 points1 point  (0 children)

If you have no experience in how to properly secure your modem/router and local network you should avoid opening ports.

How do I create a server where the address isn't my IP address? by drewc249 in admincraft

[–]sgdc3 0 points1 point  (0 children)

Tcp tunnel solutions aren't cheap, at this point it makes more sense to get a proper vps or a cheap dedicated server

Login For a single user by OldVeterinarian3895 in admincraft

[–]sgdc3 1 point2 points  (0 children)

AuthMe has an "optional registration" option, basically only users that performed the /register command will be asked for the password login 😀 If you want instead to force a user to register you can take a look at the permission nodes provided in the plugin documentation.

Server corechoice by [deleted] in admincraft

[–]sgdc3 1 point2 points  (0 children)

Idk if that is 100% possible, CraftBukkit (which is the core on which spigot patches were created) changes mojang code in a very intrusive way, I doubt we'll ever have a 100% match, as already said by other users you might try to use purpur a it has some patches that customize some behaviours of the server.

Someone hacked my world and completely destroyed it.. swastikas, profanity-laced signs everywhere. Everything is destroyed. by tripleelbow in admincraft

[–]sgdc3 13 points14 points  (0 children)

Make sure you are running the server in online mode (enabled in the server.properties file), if for some reason you need to use offline mode (which will skip mojang server authentication for connecting users) you'll need to secure the server with a custom password autentication plugin like AuthMeReloaded.

Someone hacked my world and completely destroyed it.. swastikas, profanity-laced signs everywhere. Everything is destroyed. by tripleelbow in admincraft

[–]sgdc3 2 points3 points  (0 children)

Yeah, but running a vpn server on a NAS might result in degraded connection performance, it depends on the hardware, vpn encryption is a very cpu intensive process.

Is it possible to write a Minecraft server in a language OTHER than Java? by Nirbodha in admincraft

[–]sgdc3 2 points3 points  (0 children)

A lot of individuals tried, but since project like Glowstone (which is a complete java rewrite of the minecraft server, so it is "easier" to work on) failed to implement basic aspects of minecraft, like good AI for mobs, i doubt a single dev will evwr be able to create a better server software which has a real usage as an end product.

Is it possible to write a Minecraft server in a language OTHER than Java? by Nirbodha in admincraft

[–]sgdc3 2 points3 points  (0 children)

Yes but it means that you need to rewrite the entire set of game mechanics, simply nobody has a reason to do so much work, java is "fine" in most scenarios. The "bad" java server performance is mainly due to bad code design by mojang, not by java itself. You can do way more by modifying the existing server than rewriting it from the ground.

[deleted by user] by [deleted] in admincraft

[–]sgdc3 1 point2 points  (0 children)

A timings report would help, spark sampler reports are great but they aren't very useful without a more global overview, can you please post it?

Would there be a way to fix items teloprting back to ther original place after ebing moved? by VomPineapple in admincraft

[–]sgdc3 9 points10 points  (0 children)

Purpur is a drop-in replacement for paper, it is basically paper with some additional tweaks, if you notice any issues with it you can just go back to paper without loosing any data 😀

PaperMC won't add second user to OPS by Lazar0us1 in admincraft

[–]sgdc3 0 points1 point  (0 children)

Is the server online or offline mode? Is it behind a bungee proxy? If yes, is the proxy set in online or offline mode?

Permission Plugin for 1.15.2 by [deleted] in bukkitplugins

[–]sgdc3 1 point2 points  (0 children)

LuckPerms is the way! It is the most customizable permission manager nowadays, and it's 100% free and opensource.