-
Notifications
You must be signed in to change notification settings - Fork 0
Example Server
Doudou8 edited this page Jul 29, 2020
·
4 revisions
You can see an example server here. Here is a tree of the example server network:
example-server
├── cache
├── config
│ ├── servers
│ │ ├── lobby
│ │ │ └── config.json
│ │ ├── test
│ │ │ └── config.json
│ │ └── waterfall
│ │ ├── config.json
│ │ └── config.yml
│ ├── templates
│ │ └── base-server
│ │ ├── config.json
│ │ ├── eula.txt
│ │ ├── paper.yml
│ │ ├── server.properties
│ │ ├── spigot.yml
│ │ └── test.json
│ └── variables.json
└── servers
├── lobby
│ ├── eula.txt
│ ├── paper.yml
│ ├── server.properties
│ ├── spigot.yml
│ └── test.json
├── test
│ ├── eula.txt
│ ├── paper.yml
│ ├── server.properties
│ ├── spigot.yml
│ └── test.json
└── waterfall
└── config.yml
Confused? See Example Server or FAQ
Something is still not clear? Create an issue!
MIT © Samuel-Martineau & Doudou8
- Arguments & Flags
- Configure a Template
- Liquid templating engine in configuration
- Options (Not optional)
- Schemas