Advertisement
Guest User

Spigot Jar Arguments

a guest
Mar 30th, 2015
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.31 KB | None | 0 0
  1. D:\Informatiques\_Projets\HappyFight\Machine>java -jar _spigot-1.8-R0.1-SNAPSHOT
  2. .jar --help
  3. Option Description
  4. ------ -----------
  5. -?, --help Show the help
  6. -C, --commands-settings <File: Yml File for command settings (default:
  7. file> commands.yml)
  8. -P, --plugins <File: Plugin directory> Plugin directory to use (default:
  9. plugins)
  10. -W, --universe, --world-container, -- World container
  11. world-dir <File: Directory
  12. containing worlds>
  13. -b, --bukkit-settings <File: Yml file> File for bukkit settings (default:
  14. bukkit.yml)
  15. -c, --config <File: Properties file> Properties file to use (default:
  16. server.properties)
  17. -d, --date-format <SimpleDateFormat: Format of the date to display in the
  18. Log date format> console (for log entries)
  19. --demo Demo mode
  20. -h, --host, --server-ip <Hostname or Host to listen on
  21. IP>
  22. --log-append <Boolean: Log append> Whether to append to the log file
  23. (default: true)
  24. --log-count <Integer: Log count> Specified how many log files to cycle
  25. through (default: 1)
  26. --log-limit <Integer: Max log size> Limits the maximum size of the log
  27. file (0 = unlimited) (default: 0)
  28. --log-pattern <Log filename> Specfies the log filename pattern
  29. (default: server.log)
  30. --log-strip-color Strips color codes from log file
  31. --noconsole Disables the console
  32. --nojline Disables jline and emulates the
  33. vanilla console
  34. -o, --online-mode <Boolean: Whether to use online authentication
  35. Authentication>
  36. -p, --port, --server-port <Integer: Port to listen on
  37. Port>
  38. -s, --max-players, --size <Integer: Maximum amount of players
  39. Server size>
  40. -v, --version Show the CraftBukkit Version
  41. -w, --level-name, --world <World name> World name
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement