-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtodo.txt
More file actions
22 lines (22 loc) · 907 Bytes
/
todo.txt
File metadata and controls
22 lines (22 loc) · 907 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
1) Nickname system (+ possible API for other plugins to hook into.)
a) Commands (and subcommands)
1) aliases = 'nick' and 'nickname'
2) nick set <player> <nickname>
3) nick get <player>
b) Only one player may have a nickname (eg only one player can have SteveBallmer)
c) Integrates into chat (+ possibly in game?)
2) Improved teleport system
a) Commands (and subcommands)
1) tpr <player> - Request to tp to a player
2) tpa - Accept a tp request
3) dtpr and disabletpr - Disable the ability for other players to request to tp to you
4) etpr and enabletpr - Enable the ability for other players to request to tp to you
b) By default players can request to tp
c) Permissions
1) hawk.teleport.request ('tpr')
3) Good configuration file(s)
a) Clear structure
b) Organised
c) Ease of use
4) Add auto-afk system
5) Take time to make sure everything is done nicely!