Jump to content

Dennis

Administrator
  • Posts

    1,869
  • Joined

  • Last visited

  • Days Won

    77

Everything posted by Dennis

  1. I've posted a config here: https://clientforums.tcadmin.com/showthread.php?p=80294
  2. You will need to configure this config before it can be used. Files for mods aren't included. You will need to get these yourself or remove them from the config. Features: Install Craftbukkit/Spigot from Mods Install more than 40 other mods Install more than 200+ different version of Minecraft/Spigot/Craftbukkit Create custom command lines World backup Load world backup Create firewall rules If you are encountering any issues, please install Python 2.7 and go to System > Settings > Server Management > Servers > Select your server > Custom Fields. Enter the path to your Python 2.7 Lib folder in Custom Field 1. This is required because most scripts are Python scripts and will work for both Linux and Windows. Linux are not tested. You can use this to install/update Spigot and Craftbukkit: https://clientforums.tcadmin.com/showthread.php?p=80293 MC - Linux.xml MC - Windows.xml
  3. We use the following bash script to keep Spigot/Craftbukkit updated: Updatespigot.sh: #!/bin/bash cd /path/to/buildtools-directory _JAVA_OPTIONS=-Djdk.net.URLClassPath.disableClassPathURLCheck=true java -jar -Xmx1024M BuildTools.jar --rev $1 cp spigot-$1.jar /path/to/gamefiles/minecraft/TCA.Mods/spigot.jar cp spigot-$1.jar /path/to/gamefiles/minecraft/TCA.Updates/spigot.jar cp spigot-$1.jar /path/to/gamefiles/minecraft/TCA.Updates/spigot-$1.jar cp CraftBukkit/target/craftbukkit-$1-R0.1-SNAPSHOT.jar /path/to/gamefiles/minecraft/TCA.Mods/craftbukkit.jar cp CraftBukkit/target/craftbukkit-$1-R0.1-SNAPSHOT.jar /path/to/gamefiles/minecraft/TCA.Updates/craftbukkit.jar cp CraftBukkit/target/craftbukkit-$1-R0.1-SNAPSHOT.jar /path/to/gamefiles/minecraft/TCA.Updates/craftbukkit-$1.jar cp spigot-$1.jar /path/to/gamefiles/minecraft/spigot.jar cp CraftBukkit/target/craftbukkit-$1-R0.1-SNAPSHOT.jar /path/to/gamefiles/minecraft/craftbukkit.jar Run it like this: sh /path/to/buildtools-directory/updatespigot.sh 1.14.2The above command will install Spigot and Craftbukkit v 1.14.2 and place it into the appropriate folders. Now you should go to the game config file, add a new update (file name would be spigot-1.14.2.jar fx). Create a custom script for the update with the following: import sys sys.path.append(ThisServer.CustomField1) #Assuming Python 2.7 has been installed and path to the /Lib folder is specified in Servers > Servername > Custom Field 1 from shutil import move move(ThisService.RootDirectory + "spigot-1.14.2.jar", ThisService.RootDirectory + "spigot.jar") You can setup a cron job to run every hour to update the files.
  4. Just use the service's IP and whatever port you use for FTP.
  5. The ability to update mods from the Steam Workshop. Should be enough with an 'Update' button that downloads the latest files from the workshop.
  6. DELETE FROM tc_tasks WHERE status IN (3, 4, 5) AND last_run_time < '2019-1-1'; DELETE FROM tc_task_steps WHERE task_id NOT in (SELECT task_id FROM tc_tasks); We do this regularly. Our database once took up gigabytes of space, and connections to the database seemed slow. Removing old tasks fixed it ;-) Edit: Also remember to optimize the tables afterwards: optimize table tc_tasks; optimize table tc_task_steps;
  7. Remember to clean them up regularly. The panel might load slower.
  8. Finally a native way to do this
  9. You'll still need to have the game server files before you start setting up the game server. There's no files to copy right now.
  10. Hi, That's the default. You can also make a Before Stopped-script that simulates this: Script.WriteToConsole("^C");
  11. You will need to make sure that the server files exists on the server in C:\TCAFiles\Games\rust first. Go to Settings > Game Tools > Steam Game Download and download the server files for Rust.
  12. MVC is not complete yet. I'd wait paying $200 for something that can't be completed yet..
  13. It shouldn't be testuser (unless you've setup that user to run ARK servers). Try going to Actions > Repair.
  14. Make sure that the TCAGame user (or similar) has the proper permissions for the folder. Can you update if you run SteamCMD as root?
  15. That's because you're not using the latest version of TCAdmin. If you can't update (for one reason or another), you can open the XML file and delete line 23-25. You might need to delete more lines.
  16. You can find documentation here: https://help.tcadmin.com/Custom_Scripts When building configs, you have a dropdown to select variables from.
  17. Hi Luis, Thanks. Would it be possible to have values from the database cached to work around issues with an offline database?
  18. It would be nice to be able to use ThisServer variables for the Service Manager.
  19. You can't host your own PS4 servers from PC yet.
  20. I don't think there's a way to do this. I've often wondered what it would be like if you could create variables while configuring the Config Editor. That would save a lot of time.
  21. Settings > Languages > Pages, Icons & Grid Columns > Game Hosting. It's nearly at the bottom.
  22. You could also try this: https://help.tcadmin.com/Compatibility_with_Windows_10_and_Windows_Server_2019
  23. Just be aware that it's very beta-stage ;-)
×
×
  • 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