| Commit message (Collapse) | Author | Age | Lines |
... | |
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
ChatColor searches from the start to the end of a string for chat format
characters but this always has to search the entire string. By starting
from the end of the string and working backwards we can stop searching once
we find a color code or a reset code as any previous formatting is wiped
out by these.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
This also deprecates old constructors left for compatibility. Address
will default to null in these cases.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
hasMetadata(key) to false. Addresses BUKKIT-1380
|
|
|
|
| |
when computing hasMetadata(). Addresses BUKKIT-1211
|
| |
|
| |
|
|
|
|
|
|
| |
too many issues and blocking releases.
This reverts commit 2d17b0c24e2de982c09ad6050a95db0fac70c3ad.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
fly/not. This implements BUKKIT-1281.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
BUKKIT-1263
|
|
|
|
|
|
| |
BUKKIT-1162
- Also added in xpansive's tweaks to BlockChangeDelegate for extra methods
|
| |
|
|
|
|
| |
Addresses BUKKIT-1232
|
|
|
|
| |
BUKKIT-397 and fixes BUKKIT-1252
|
|
|
|
| |
tests. Fixes BUKKIT-1251
|
|
|
|
| |
returns a single chest inventory. Addresses BUKKIT-1247
|
| |
|
|
|
|
| |
Addresses BUKKIT-1229
|
| |
|
| |
|
| |
|
|
|
|
| |
master help index. Addresses BUKKIT-1180
|
| |
|
|
|
|
| |
the help.yml file. Addresses BUKKIT-1178
|
| |
|
|
|
|
| |
ground by default.
|