https://github.com/supertassu/pumpkin
A sponge utility plugin
https://github.com/supertassu/pumpkin
java kotlin maven minecraft plugin sponge spongepowered
Last synced: about 2 months ago
JSON representation
A sponge utility plugin
- Host: GitHub
- URL: https://github.com/supertassu/pumpkin
- Owner: supertassu
- License: mit
- Created: 2018-06-06T17:26:26.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-18T14:13:14.000Z (almost 8 years ago)
- Last Synced: 2025-04-03T17:32:11.586Z (about 1 year ago)
- Topics: java, kotlin, maven, minecraft, plugin, sponge, spongepowered
- Language: Kotlin
- Homepage: https://tassu.me/pumpkin
- Size: 180 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pumpkin - WIP
A Sponge utility plugin.
## What?
Modular plugin for Sponge that does basic tasks for a server: admin commands, chat formatting et cedera.
## Why?
I wanted to get into the SpongeAPI.
## How?
1. Clone it
1. Build it (`mvn clean install`)
1. Use it (move `target/Pumpkin-*-SNAPSHOT.jar` to your plugins folder)
1. Configure it
### Default configuration
```hocon
# Contains database configuration.
database {
database=minecraft
host=localhost
password="please enter a password here"
port=3306
"table prefix"="pumpkin_"
type=MYSQL
username=root
}
# Enables / Disables Debug mode.
debug=false
# This array contains all enabled modules and commands.
"enabled features"=[
chat,
punishments,
"disable_join_messages",
"cmd_gamemode",
"cmd_teleport",
"cmd_pumpkin",
"cmd_fly",
"cmd_heal",
"cmd_feed"
]
```
## Contributing
1. Setup like above
1. Code your stuff
1. Make a PR