https://github.com/katrix/pleasewelcome
A Sponge plugin to decide what happens when a new player joins the server.
https://github.com/katrix/pleasewelcome
Last synced: 10 months ago
JSON representation
A Sponge plugin to decide what happens when a new player joins the server.
- Host: GitHub
- URL: https://github.com/katrix/pleasewelcome
- Owner: Katrix
- License: mit
- Created: 2017-05-20T16:12:19.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-24T21:51:40.000Z (over 8 years ago)
- Last Synced: 2025-02-10T03:41:51.750Z (over 1 year ago)
- Language: Scala
- Size: 49.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PleaseWelcome
PleaseWelcome is a Sponge plugin to decide what happens when a new player joins the server.
## Commands
* `/pleasewelcome setspawn` Sets the spawn to teleport people to when they join for the first time.
* `/pleasewelcome gotospawn` Teleport to the spawn location
* `/pleasewelcome removespawn` Removed the spawn location. New players will spawn at the default spawn.
* `/pleasewelcome setinventory` Sets the inventory to give players when they join.
## Permissions
* `pleasewelcome.mod.setspawn` Allows a player to use `/pleasewelcome setspawn`
* `pleasewelcome.mod.gotospawn` Allows a player to use `/pleasewelcome gotospawn`
* `pleasewelcome.mod.removespawn` Allows a player to use `/pleasewelcome removespawn`
* `pleasewelcome.mod.setinventory` Allows a player to use `/pleasewelcome setinventory`
## Configuration
When PleaseWelcome starts for the first time, it will generate a config where you can set misc settings.
* `welcome.commands` A List of all the commands that will be executed when the player joins. You can freely use target selectors in these commands. For example, use `@p` to get the player that joined.
* `welcome.message` The message to show when a player joins the server for the first time. This is an TextTemplate.