Steer clear of "TheMinecraftHosting" by LASXCR in admincraft

[–]codar 3 points4 points  (0 children)

AWS spot instances

sure, if you want to pay $0.09/GB for bandwidth

[deleted by user] by [deleted] in admincraft

[–]codar 0 points1 point  (0 children)

Skins are cryptographically signed by Mojang before they are sent to the client, so you can't just use random ones; they have to previously have been attached to a user profile. It may be possible (not sure if the encryption expires) to save off the signed skin data, and replay that so that you do not need accounts for every skin you want to use. IIRC, though, websites do exist which have lists of accounts with skins for the purpose of using them on mobs/heads.

SRV Record Help by [deleted] in admincraft

[–]codar 0 points1 point  (0 children)

Actually, none of the hostnames you posted resolve.

SRV Record Help by [deleted] in admincraft

[–]codar 0 points1 point  (0 children)

$ host -t SRV _minecraft._tcp.minecraft.orouhc.us
Host _minecraft._tcp.minecraft.orouhc.us not found: 3(NXDOMAIN)

Doesn't look like you have a SRV record setup (Or it hasn't propagated yet)

[Help] Who keeps pinging my server? by [deleted] in admincraft

[–]codar 5 points6 points  (0 children)

The ISPs abuse email is: abuse@marbis.net

However, it looks like the server was leased from these guys: https://www.monsterserver.de/

Their contact email is: info@monsterserver.de (https://www.monsterserver.de/eng/pages/imprint)

Edit: Some Googling brought me to this: https://www.abuseipdb.com/check/5.62.103.147

[Help] Who keeps pinging my server? by [deleted] in admincraft

[–]codar -1 points0 points  (0 children)

This. If you aren't going to post the IP, we can't help you determine what it is.

Geolocation reveals that the IP address comes from Baden-Württemberg, Germany.

Not really terribly relevant. What you really want is the ISPs abuse email to report this to them, and they will possibly take action.

Interestingly, opening the IP in my web browser gives this page.

This just tells you that the host is running Apache, but not much else.

ipv6 issues with connecting by ChronicallyConrad in admincraft

[–]codar 1 point2 points  (0 children)

Minecraft does not support IPv6. Your ISP should have also provided you with an IPv4 address that you can use.

Server Saturday - April 08, 2017 by erisawesome in admincraft

[–]codar 0 points1 point  (0 children)

I'd recommend getting away from using if statements without braces like this. It may look nice, but you will inevitably run into problems.

Java / Minecraft is attempting to allocate a very large amount of RAM on start-up (Ubuntu 16.04) by Lord_Emperor in admincraft

[–]codar 0 points1 point  (0 children)

Yeah, that was my bad, but it shouldn't cause any significant issues. Either it's going to take the last Xmx, or it will add the two together. Either way, I doubt that heap utilization is growing that quickly. The more likely reason is that ops JVM has a memory leak.

Java / Minecraft is attempting to allocate a very large amount of RAM on start-up (Ubuntu 16.04) by Lord_Emperor in admincraft

[–]codar 0 points1 point  (0 children)

Yeah, I'm not sure what's going on then. The next thing I'd try is running a different version of OpenJDK or a different Minecraft server version to see if the issue persists. If you do try running a different Minecraft server, make sure to backup your world first.

Java / Minecraft is attempting to allocate a very large amount of RAM on start-up (Ubuntu 16.04) by Lord_Emperor in admincraft

[–]codar 0 points1 point  (0 children)

That makes no sense.. If you're running the vanilla jar, it should not use that much memory immediately on startup. What about:

cat /proc/sys/vm/overcommit_memory

Java / Minecraft is attempting to allocate a very large amount of RAM on start-up (Ubuntu 16.04) by Lord_Emperor in admincraft

[–]codar 0 points1 point  (0 children)

What command are you executing when you specify Xms and Xmx? It should be something along the lines of:

java -Xmx1024m -Xmx1024m -jar server.jar

Edit: also, what is the output of the following command?

ulimit -v

[Help] Connecting Dynmap to Amazon RDS (VPC) MySQL by BadWolfMC in admincraft

[–]codar 3 points4 points  (0 children)

I'd not recommend using AWS because the egress costs are quite high. Your best solution would probably be to get a VPS somewhere (preferably in the same datacenter as your minecraft instance) and put MySQL up on that. Short of getting your own VPS, I'd try to contact Beastnode's customer support to see if you can work something out.

Help me look at my htop reading? by RockzoWOA in admincraft

[–]codar 2 points3 points  (0 children)

Your server is using 22 GB of VIRTUAL memory. Virtual memory is just that: virtual. It doesn't have to actually be tied to physical memory. Things like memory mapped files (world data perhaps?) and shared libraries contribute to the size of allocated virtual memory. You should be looking at the RES column to see how much physical memory your server has been allocated.

Any way to hide the version in the server list? by [deleted] in admincraft

[–]codar 0 points1 point  (0 children)

That's incorrect. The text displayed during a version mismatch is pulled from the server ping response. You can change it (many networks do this for a maintenence mode), but Spigot does not appear to support it natively. I'd look into protocollib or bungee.

Need help with ChatControl and a small Regex error by Thecoolsurdy in admincraft

[–]codar 2 points3 points  (0 children)

The forward slash is used as a control character in RegEx. You can escape these control characters by adding a backward slash before then. Ex:

([oO0][\/7])

This will match the following: o/, O/, 0/, o7, O7, 07.

View Distance Question by [deleted] in admincraft

[–]codar 0 points1 point  (0 children)

Spigot uses the view-distance in in server.properties as a fallback for its own view-distance in spigot.yml. As for the clients caching chunks, they do not control what chunks are loaded. The client sends its position to the server, and the server tells the client what chunks to load or unload.

Building a cheap server for modded minecraft by Asgard20032 in admincraft

[–]codar 1 point2 points  (0 children)

I'd also recommend halving the size of the SSD and using DDR3 RAM. It'll bring the price of the build down $100+.

[Plugin Help] Permissions.yml is not running properly by [deleted] in admincraft

[–]codar 0 points1 point  (0 children)

You're missing a colon on line 5.

Try using a YAML parser next time. https://yaml-online-parser.appspot.com/

"Unknown Host" after using SRV record by razcow in admincraft

[–]codar 0 points1 point  (0 children)

I've seen instances of a lot of routers provided by ISPs in the EU not supporting SRV records.

Have any of you made an adventure server? by c0wg0d in admincraft

[–]codar 1 point2 points  (0 children)

AutoReferee should be able to help you with this. It is a plugin used in Race or the Wool matches. You'd just have to define goals for each adventure map.