1#--v1.2.0
2
3#--This is a list of all available permissions--
4
5#pssu.seen allows access to all commands that start with /seen
6 pssu.seen
7#pssu.playtime allows access to all commands that start with /playtime
8 pssu.playtime
9#pssu.dev allows access to all commands that start with /psd
10 pssu.dev
11#pssu.location allows access to all commands that start with /location
12 pssu.location
13#pssu.modpack allows access to all commands that start with /modpack
14 pssu.modpack
15#pssu.dev.get allows access to all commands that start with /psget
16 pssu.dev.get
17#pssu.pac allows access to all commands that start with /pac
18 pssu.pac
19
20#--This is a list of all available commands--
21
22#playtime
23 /playtime #displays player playtime.
24 /playtime {player} #displays specified player's playtime.
25 /playtime top #displays top 10 players playtime.
26    #sub-commands for playtime
27     -h #displays playtime in hours usage /playtime -h, /playtime {player} -h, /playtime top -h
28     -m #displays playtime in minutes usage /playtime -m, /playtime {player} -m, /playtime top -m
29     -s #displays playtime in seconds usage /playtime -s, /playtime {player} -s, /playtime top -s
30
31#seen
32 /seen {player} #displays when specified player was last online
33
34#location
35 /location save {location-name} #saves your coordinates to your location list with specified name.
36 /location del {location-name} #deletes the the location with specified name from your location list.
37 /location rename {location-name} {new-location-name} #changes the name of the specified location to the new specified location name.
38 /location list #list's all your locations
39
40#modpack
41 /modpack #outputs a green clickable text in chat that when clicked opens the modpack download link.
42
43#psd
44 #psd modpack
45  /psd modpack-link {link} #changes the modpack download link in the config.yml.
46  /psd modpack enable #enables the usage of the /modpack command.
47  /psd modpack disable #disables the usage of the /modpack command.
48 #psd location
49  /psd location {player} list #list of specified player locations
50  /psd location {player} del {location-name} #deletes specified location of specified player
51  /psd location {player} save {location-name} #saves player sender's location to specified player locations
52  /psd location {player} rename {location-name} {new-location-name} #renames specified player location
53 #psd web-server
54  /psd web-server enable #enables the activation and startup of the integrated web-server.
55  /psd web-server disable #disables the activation and startup of the integrated web-server.
56  /psd web-server url {url} #set the link that will be used for all in game web-server related commands. (not the actual ip that the web-server is hosted on that is controlled by the host server)
57  /psd web-server access-port {port} # set the port that will be used when generating links in the chat useful if you are running a reverse-proxy. (leave the same if you have the same port locally and externally)
58  /psd web-server port {port} #set the port that your web-server will run on.
59  /psd web-server auth true #turn on the credentials prompt on the web-server username and password is set in /web-server/credentials.properties. (default user: admin pass: admin)
60  /psd web-server auth false #turn off the credentials prompt on the web-server username and password is set in /web-server/credentials.properties. (default user: admin pass: admin)
61 #psd {player}
62  /psd locate {player} #sends the specified player's in-game location.
63  /psd ip {player} #sends the specified player's ip address.
64  /psd info {player} #sends the specified player's in-game location and ip address.
65  /psd info -print {player} #creates a file on the web-server and messages the command executor a link directly to an auto generated {player}.txt containing in-game and real life geographical information.
56 #psd pac
67  /psd pac enable #enable the pac command
68  /psd pac disable #disable the pac command
69 #psd tab-ping
70  /psd tab-ping enable #sets the tab-ping attribute to true in the config.yml
71  /psd tab-ping disable #sets the tab-ping attribute to false in the config.yml
72
73#psget
74 /psget update #downloads the latest plugin version.
75 /psget update -beta #downloads the latest plugin (BETA) version.
76 /psget upgrade #this stops the server and deletes the old plugin version (server needs to be started manually after command has run).
77
78#pac
79 /pac #sends a clickable green link that takes you to the online latest (pac).
80 /pac -print #downloads the latest (pac) from the internet and uploads it to the web-server to host locally on the built in web-server.