Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tarna/nomorephantoms
A plugin that allows you to control phantom spawns.
https://github.com/tarna/nomorephantoms
Last synced: 28 days ago
JSON representation
A plugin that allows you to control phantom spawns.
- Host: GitHub
- URL: https://github.com/tarna/nomorephantoms
- Owner: tarna
- Created: 2024-06-12T22:12:55.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-12T22:19:07.000Z (7 months ago)
- Last Synced: 2024-12-23T05:12:15.292Z (28 days ago)
- Language: Kotlin
- Size: 62.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NoMorePhantoms
NoMorePhantoms is a [Paper](https://papermc.io/software/paper) plugin that allows users them selves control if they want phantoms to spawn.
## Modes
- **Per Player**: Each player can control if they want phantoms to spawn for themselves.
- **Global**: The online players can vote if the phantoms should spawn for everyone. If more users have it enabled, the phantoms will spawn.## Config
```yml
# The mode can be "per_player" or "global"
# per_player will allow players to toggle phantoms for themselves
# global will toggle phantoms for everyone depending on how many players have it enabled
mode: "per_player"command:
name: "phantoms"
permission: "nomorephantoms.command"
permission-message: "&cYou do not have permission to use this command."
```