-
Notifications
You must be signed in to change notification settings - Fork 101
/
game.example.yml
53 lines (42 loc) · 1.24 KB
/
game.example.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
# Game values
# You want to edit these to fit your game.
name: "RS Mod Server"
game-port: 43594
revision: 181
# The coordinates for the home location.
home-x: 3087
home-z: 3497
# Privileges
# Any privilege you want to be represented in-game you define here.
privileges:
- id: 0
icon: 0
name: "player"
powers: []
- id: 1
icon: 1
name: "moderator"
powers: ["mod"]
- id: 2
icon: 2
name: "administrator"
powers: ["mod", "admin"]
- id: 3
icon: 2
name: "owner"
powers: ["mod", "dev", "admin", "owner"]
# Game services
# You can pick and choose which services you want to run.
services:
- class: gg.rsmod.game.service.serializer.json.JsonPlayerSerializer
- class: gg.rsmod.game.service.xtea.XteaKeyService
- class: gg.rsmod.game.service.game.ItemMetadataService
- class: gg.rsmod.game.service.game.NpcMetadataService
- class: gg.rsmod.game.service.game.ObjectMetadataService
- class: gg.rsmod.game.service.game.DumpEntityIdService
cache-path: "./data/cache/"
output-path: "./game/plugins/src/main/kotlin/gg/rsmod/plugins/api/cfg/"
dump: false
- class: gg.rsmod.game.service.rsa.RsaService
- class: gg.rsmod.game.service.GameService
- class: gg.rsmod.game.service.login.LoginService