Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ishland/carpetplugin
A paper plugin aims to implement as many features as fabric-carpet does
https://github.com/ishland/carpetplugin
fabric-carpet hacktoberfest minecraft-plugin paper papermc-plugin player
Last synced: 15 days ago
JSON representation
A paper plugin aims to implement as many features as fabric-carpet does
- Host: GitHub
- URL: https://github.com/ishland/carpetplugin
- Owner: ishland
- License: apache-2.0
- Created: 2020-08-27T14:21:26.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-12T16:22:08.000Z (over 3 years ago)
- Last Synced: 2024-10-15T06:11:59.874Z (29 days ago)
- Topics: fabric-carpet, hacktoberfest, minecraft-plugin, paper, papermc-plugin, player
- Language: Java
- Homepage:
- Size: 150 KB
- Stars: 37
- Watchers: 3
- Forks: 16
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CarpetPlugin
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/32e8b01100ad420b92f0fb704fd02eba)](https://app.codacy.com/gh/ishlandbukkit/CarpetPlugin?utm_source=github.com&utm_medium=referral&utm_content=ishlandbukkit/CarpetPlugin&utm_campaign=Badge_Grade_Settings)
Carpets can also be made of Paper!
A bukkit plugin aims to implement as many features as [fabric-carpet](https://github.com/gnembon/fabric-carpet) does.
This is the [Paper](http://papermc.io/) version of Carpet Mod, for Minecraft 1.16.4.
For original version check [gnembon/fabric-carpet](https://github.com/gnembon/fabric-carpet)## Compatibility
Currently, it is only compatible with `v1_16_R3` (1.16.4) with Paper or its forkBackward and forward support is extremely difficult, and I won't do that.
## Implemented features
- /player ... spawn (carpet.player.spawn) (carpet.player.spawn.whitelist)
- /player ... kill (carpet.player.kill)
- /player ... sprint (carpet.player.sprint)
- /player ... unsprint (carpet.player.sprint)
- /player ... sneak (carpet.player.speak)
- /player ... unsneak (carpet.player.sneak)
- /player ... stop (carpet.player.stop)
- /player ... actions (carpet.player.actions)## Copyright notice
Most of the logics of this plugin comes from [fabric-carpet](https://github.com/gnembon/fabric-carpet)