PiPaper
- Native Minecraft Version:
- Legacy (< 1.13)
- Tested Minecraft Versions:
- 1.8
- Source Code:
- https://github.com/uForge-NET/pipaper
Simple paper interact plugin.
Also checkout wiki: https://github.com/uForge-NET/pipaper/wiki
Commands
/pipaper -> Main command. It will be show commands too.
/pipaper list -> List of all papers.
/pipaper give {playerName} {paperId} {count} -> Gives paper to player with specified count.
Config
Code (YAML):########################################################################################################
# ______ ____ _ ____ #
# __ __/ ____/___ _________ ____ / __ \(_) __ \____ _____ ___ _____ #
# / / / / /_ / __ \/ ___/ __ `/ _ \ ______ / /_/ / / /_/ / __ `/ __ \/ _ \/ ___/ #
# / /_/ / __/ / /_/ / / / /_/ / __/ /_____/ / ____/ / ____/ /_/ / /_/ / __/ / #
# \__,_/_/ \____/_/ \__, /\___/ /_/ /_/_/ \__,_/ .___/\___/_/ #
# /____/ /_/ #
# #
# UFORGE © 2021 #
# #
# PiPaper #
# A simple paper interact plugin. #
########################################################################################################
# Placeholders
# {sender} -> Player who interacts with paper.
papers:
example-paper:
displayName: "&eExample Paper"
removeAfterUse: true
lores:
- '&bRight click to air with me!'
- '&euForge!'
commands:
- eco give {sender} 1000
healer:
displayName: "&cHeal!"
removeAfterUse: false
lores:
- '&eHeal yourself!'
commands:
- heal {sender}