Skip to content
Ross Allan edited this page Jul 18, 2013 · 24 revisions

Welcome to the TickThreading wiki!

Commands

Permission Nodes

  • ticks with permission node nallar.tickthreading.minecraft.commands.TicksCommand
  • tps with permission node nallar.tickthreading.minecraft.commands.TPSCommand
  • profile with permission node nallar.tickthreading.minecraft.commands.ProfileCommand
  • dump with permission node nallar.tickthreading.minecraft.commands.DumpCommand

Automatic update script

  • Create the file "update.sh" in your server folder containing this script
  • Change "ftbserver.jar" in the script to your server jar name
  • Stop the server
  • cd /path/to/server for example, cd /home/minecraft/StarswirlsServer/
  • sh update.sh lastSuccessfulBuild
  • Start the server

VisualVM snapshot Remote connection

  • Edit your server's java parameters to be like this then download and run VisualVM (the exe is in VisualVM/bin)
  • Remember to revert to your old start.sh after - leaving it like this is a security risk!
  • Add your server ip to remote host
  • Right click remote host and add jmx connection
  • Add server ip and port 3333 and click OK
  • Double click the jmx connection, go to sampler. Click settings, and set sampling frequency to 20ms. Then click CPU to start sampling.
  • Let the sampler run for 20-40 minutes, stop it, then click the snapshot button
  • Save the result and upload to a host site (recommend dropbox public folder)
  • Go back to your normal server start script