-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.yml
More file actions
22 lines (20 loc) · 752 Bytes
/
plugin.yml
File metadata and controls
22 lines (20 loc) · 752 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
name: Renewable
main: net.evmodder.Renewable.Renewable
author: EvModder
website: https://dev.bukkit.org/projects/renewable
description: Detect unrenewable item loss.
#2=update to MC 1.20, remove old code for things which are now renewable
#1=refactors, smithing template ingredient fix, better player tracking, proper standardize fractions
version: 2.1
api-version: 1.13
commands:
renewable:
description: Test if the item you are holding is renewable
usage: /renewable
aliases: [renew,isrenew,isrenewable,unrenewable,isunrenewable]
permission: renewable.check
permission-message: You do not have permission to do this.
permissions:
renewable.check:
description: Permission to use /renewable
default: op