Jump to content

Dennis

Administrator
  • Posts

    1,869
  • Joined

  • Last visited

  • Days Won

    77

Everything posted by Dennis

  1. You're able to use whatever variant of Java you'd like (read the section " Use system-installed Java versions instead of bundling Java with the game service "). The issue is most likely not OpenJDK, though. I tested with multiple variants of Java and versions of Minecraft, and OpenJDK would often be the most efficient. The issue is rather that Minecraft 1.17 and newer uses a lot more RAM than previous versions did.
  2. What's New in Version 1.3.8 [Fixed] Incorrect "server.level" value [Fixed] Service would not start after "Wipe on Rust wipe day" had executed if the service was started when the task began
  3. What's New in Version 1.3.7 [Fixed] 'Wipe on Rust wipe day' script wasn't actually execution on wipe day.
  4. What's New in Version 2.0.1 [New] TCAdmin now asks for Xmx and Xms values during setup [Fixed] Script for generating executable file [Improvement] Various bug fixes and improvements to scripts
  5. What's New in Version 1.3.6 [Improvement] Make sure that server is stopped during 'Update uMod after Steam Update' [New] It's now possible to set a custom map from the Config Editor (check 'Use custom map' and specify a URL in 'Level URL') [Removed] HapisIsland
  6. You can upgrade to the latest stable. That is 2.0.169.0
  7. That's not the latest version. You should upgrade and then try installing the config again.
  8. Make sure you're on the latest version of TCAdmin.
  9. There's already an option that sets a random seed. If you don't tick that, it won't replace the current seed.
  10. What's New in Version 1.1.3 Added update link for "Latest Valheim Plus" on Linux
  11. @qspider are you on the latest version of TCAdmin? You will need that to make it work.
  12. What's New in Version 2.0.0 Read before upgrading from version 1.x to 2.x! This config has been more or less rewritten. Java is no longer required to be installed on the server as pre-built OpenJDK binaries will be downloaded directly to the service folder. All modpacks have been removed from the "Mod manager" interface. This is done because we have expanded the Custom Mods module to include modpacks from FTB and CurseForge. If you want to take advantage of the new Custom Mods module, please uninstall the module first (if your current TCAdmin version is older than 2.0.169.4). After the module has been uninstalled, perform a manual upgrade to 2.0.169.4 (this version has the module included by default): https://help.tcadmin.com/Updating#Manual_Update Please note that 2.0.169.4 is a development build and might cause some issues. Use it at your own risk. [Added] Custom background images [Added] Reintroduced 'server-name' to show server name in TCAdmin [Added] Java 11 binaries [Improved] Automatic Java version detection. TCAdmin will try to detect the required version of Java based on different things If TCAdmin is unable to decide the correct version, it will default to Java 11 If OpenJDK doesn't exist in the service folder, it will fall back to environment variables (JAVA8, JAVA11 and JAVA16)* If the environment variables doesn't exist, it will fall back to using the regular 'java' command [Added] Automatic OpenJDK update if OpenJDK binaries are installed locally [Added] Purpur Mod [Added] Tuinity Mod [Removed] All modpacks Please note that things are not expected to work perfectly. It's a challenge to be able to detect the required Java version for all existing jars. If you encounter any issues, please post them in the thread.
  13. TCAdmin will not interfere with traffic. TCAdmin will simply just start it how you tell it to. You still have the option to start the service manually outside of TCAdmin - but I can almost guarantee that it won't work either It's worth a try, though, and you might come closer to a solution.
  14. The only thing I can think of is that you've made the portforward for the incorrect local IP. Make sure that they're also opened as incoming ports. Also, check that your Windows firewall is disabled for public, private and domain.
  15. Are you sure that the services actually start completely? Check the log. Could you share a screenshot of your port rules in your router and firewall?
  16. What have you used to check if it's online? Where are those screenshots from?
  17. Are you sure that both the game port and the query port has been forwarded?
  18. Ah, I see that it's not included in the config I've uploaded here. Download the latest version. What's New in Version 1.2.2 This update might break things. Please test fully before using in production. This will be the last update before I release a rewritten version of this config. Added ability to select Java version manually Java versions are now updated automatically using scheduled tasks Clients can not manage these scheduled tasks Minor changes to how TCAdmin decides the version of Java to use
  19. @Joey Misfit there should be a button called "Select Java Version" which allows you to specify which Java version you want the server to run with. The new config downloads Java 8 and 16 and places them locally on the game service.
  20. Yes, that's it. If Model.SelectedServer.Name is null, you shouldn't show that column. I'll see if I can find another way to let clients set the name, though. I might even re-implement the server-name.
  21. @Joey Misfit Server names was only a thing for early version of Minecraft. There's no way to set a server name. I removed it a couple of months ago as it's only real purpose was to show a name in TCAdmin. Your theme probably expects a hostname to be set which is why it shows up as "Invalid". On default themes, the hostname area simply won't appear.
  22. @Doxmia It's not the same as the one that's shipped with TCAdmin (unless they included it). You can import and overwrite your current ARK configuration with this one if you want to. Just remember to click "Update existing services" in the game config after importing.
  23. @Rislem I haven't seen that before. Are you on Windows or Linux? If you want, you can PM me with a login to TCAdmin and your server (SSH/RDP) and I'll take a look at it as soon as possible.
  24. What's New in Version 1.2.1 This version contains a few fixes (mostly for Linux). Changelog for 1.2.0 included below. [Fixed] Linux config couldn't extract OpenJDK JRE tar.gz files [Fixed] Linux minecraft_server.sh now includes shebang [Changed] 'Wait for Exit' changed to 10 for Linux config [Changed] Default command line changed to run vanilla Minecraft (minecraft_server.jar) [Changed] EULA now contains a link to the Minecraft EULA [Added] External Download in case minecraft_server.jar doesn't exist Changelog for 1.2.0: Please read before updating/installing. This config is changing how services start and might break things until it has been tested and changed enough. Linux config needs more testing. From now on, the config will automatically download Java (AdoptOpenJDK JRE 8 and AdoptOpenJDK JRE 16 OpenJ9). This config will not use the version of Java you have installed on your server (only as fallback, in case AdoptOpenJDK files are not found) [Added] Executable files for OpenJRE [Added] TCAdmin will try to decide what version of Java the service should be started with (OpenJRE 8 up to Minecraft 1.16.5, OpenJRE 16 for 1.17 and above) Minecraft 1.17 includes a version.json that specifies what version of Java is needed. If this is found, it uses OpenJRE 16 If version.json does not exist, or if TCAdmin can't conclude what version of Java is needed, it will fall back to OpenJRE 8 If OpenJRE doesn't exist on the game server, it will fall back to system installed Java [Added] Download/Update OpenJRE from "More" > "Download Java". Known issues: There's no way to automatically update every bundled Java version. This could be a security risk Before service is started, TCAdmin opens the .jar file with the ZipFile module in Python. Sometimes the file is not closed automatically If you find a way to consistently reproduce the error, please contact me
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Terms of Use