-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.yml
More file actions
67 lines (53 loc) · 2.5 KB
/
config.yml
File metadata and controls
67 lines (53 loc) · 2.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
# UberItems for Craftbukkit / Spigot
# Author: Brandon (ThirtyVirus) Calabrese
#
# YouTube: https://www.youtube.com/thirtyvirus
# Twitter: https://twitter.com/thirtyvirus
# SpigotMC: https://www.spigotmc.org/members/179587/
# FILE: config.yml
# These are the settings for UberItems. Change whatever you like but do not remove any
# non-comment lines, as this will result in errors.
plugin-prefix: "&c&l[&5&lUberItems&c&l] &8&l"
# Load the Default Items onto your server
# WARNING: Disabling materials may break items including those materials in their recipe
default-uber-items: true
default-uber-materials: true
# do not load these items from the main plugin and addons (comma separated, case sensitive)
# NOTE: use the technical name with underscores (found with tab completion with '/uber give' command)
item-blacklist:
# do not load these materials from the main plugin and addons (comma separated, case sensitive)
# NOTE: also uses the technical name for the material, using underscores
material-blacklist: defeated_player_head
# only load these items from the main plugin and addons (comma separated, case sensitive)
# NOTE: use the technical name with underscores (found with tab completion with '/uber give' command)
item-whitelist:
# only load these materials from the main plugin and addons (comma separated, case sensitive)
# NOTE: also uses the technical name for the material, using underscores
material-whitelist:
# Sorting Mode
# 1 - Alphabetical
# 2 - Smart (Alphabetical + item categories)
# 3 - Scramble (random)
sorting-mode: 2
# Reverse the sort
reverse-sort: false
# Allow external sorting
external-sort: true
# Allow multi-sort (requires external-sort)
multi-sort: true
# Multi sort timeout time (in seconds)
multi-sort-timeout: 60
# Automatic sort on inventory open (all but player inventory)
automatic-sort: false
# Don't run the check on whether or not a player can build in that spot
ignore-area-build-permissions: false
# BlackList and WhiteList
# This functionality limits the plugin's features to only work
# in inventories whose name contains (or does not contain)
# certain words or phrases
use-inventory-whitelist: true
use-inventory-blacklist: true
# whitelist = only use inventories with names containing these words / phrases (comma separated, case sensitive)
inventory-whitelist: Chest,Large Chest,Ender Chest,Shulker Box
# blacklist = only use inventories with names not containing these words / phrases (comma separated, case sensitive)
inventory-blacklist: Settings,In Hand,Other Plugin Menu Name