root/trunk/AE-go_GameServer/config/administration/admin.properties
| 2338 | 2413 | ||
|---|---|---|---|
97 | # Kill target | 97 | # Kill target |
98 | gameserver.administration.command.kill = 3 | 98 | gameserver.administration.command.kill = 3 |
99 | 99 | ||
100 | # Legion command allows you to disband/setlevel/setpoints of a legion | ||
101 | gameserver.administration.command.legion = 3 | ||
102 | |||
100 | # Move player1 to player2 location | 103 | # Move player1 to player2 location |
101 | gameserver.administration.command.moveplayertoplayer = 3 | 104 | gameserver.administration.command.moveplayertoplayer = 3 |
102 | 105 | ||
... | ... | ||
115 | # The message is sent to all players chatbox and a message appear in center screen | 118 | # The message is sent to all players chatbox and a message appear in center screen |
116 | gameserver.administration.command.notice = 3 | 119 | gameserver.administration.command.notice = 3 |
117 | 120 | ||
121 | # Playerinfo command | ||
122 | gameserver.administration.command.playerinfo = 3 | ||
123 | |||
124 | # Prison command | ||
125 | gameserver.administration.command.prison = 3 | ||
126 | |||
118 | # Give admin rights to player | 127 | # Give admin rights to player |
119 | gameserver.administration.command.promote = 3 | 128 | gameserver.administration.command.promote = 3 |
120 | 129 | ||
... | ... | ||
127 | # Reload all spawn data from files | 136 | # Reload all spawn data from files |
128 | gameserver.administration.command.reloadspawns = 3 | 137 | gameserver.administration.command.reloadspawns = 3 |
129 | 138 | ||
139 | # Remove command allow remove an item from player | ||
140 | gameserver.administration.command.remove = 3 | ||
141 | |||
130 | # Resurrect a target player | 142 | # Resurrect a target player |
131 | gameserver.administration.command.resurrect = 3 | 143 | gameserver.administration.command.resurrect = 3 |
132 | 144 | ||
... | ... | ||
155 | # Set title target player title | 167 | # Set title target player title |
156 | gameserver.administration.command.settitle = 3 | 168 | gameserver.administration.command.settitle = 3 |
157 | 169 | ||
170 | # Modify current siege values | ||
171 | gameserver.administration.command.siege = 3 | ||
172 | |||
158 | # Self explanatory | 173 | # Self explanatory |
159 | gameserver.administration.command.spawnnpc = 3 | 174 | gameserver.administration.command.spawnnpc = 3 |
160 | 175 | ||
... | ... | ||
174 | gameserver.administration.command.weather = 3 | 189 | gameserver.administration.command.weather = 3 |
175 | 190 | ||
176 | # Prints zone info (//zone) or refreshes currect zone (//zone refresh) | 191 | # Prints zone info (//zone) or refreshes currect zone (//zone refresh) |
177 | gameserver.administration.command.zone = 3 | 192 | gameserver.administration.command.zone = 3 |
178 | |||
179 | # Legion command allows you to disband/setlevel/setpoints of a legion | ||
180 | gameserver.administration.command.legion = 3 | ||
181 | |||
182 | # Remove command allow remove an item from player | ||
183 | gameserver.administration.command.remove = 3 | ||
184 | |||
185 | # Playerinfo command | ||
186 | gameserver.administration.command.playerinfo = 3 | ||
187 | |||
188 | # Prison command | ||
189 | gameserver.administration.command.prison = 3 |
Download diff