Skip to content

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