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: about 1 year 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 (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-02-12T16:22:08.000Z (over 5 years ago)
- Last Synced: 2025-03-18T22:25:07.319Z (about 1 year ago)
- Topics: fabric-carpet, hacktoberfest, minecraft-plugin, paper, papermc-plugin, player
- Language: Java
- Homepage:
- Size: 150 KB
- Stars: 40
- Watchers: 2
- Forks: 16
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CarpetPlugin
[](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 fork
Backward 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)