✨ Merge pull request #43
* ✨ Add a new caption system to allow for the configuration of… * ✨ Add caption support to all numerical types * Add more standard pasres to the registry * Add default messages for captions * ✨ Improve captions in core * Add captions for Bukkit * ✨ Add FactoryDelegatingCaptionRegistry.java
This commit is contained in:
parent
378d57964f
commit
6ab1c8a2e0
46 changed files with 1482 additions and 200 deletions
|
|
@ -51,7 +51,9 @@ class PaperBrigadierListener<C> implements Listener {
|
|||
this.paperCommandManager,
|
||||
() -> new CommandContext<>(
|
||||
this.paperCommandManager.getCommandSenderMapper()
|
||||
.apply(Bukkit.getConsoleSender()))
|
||||
.apply(Bukkit.getConsoleSender()),
|
||||
this.paperCommandManager.getCaptionRegistry()
|
||||
)
|
||||
);
|
||||
new BukkitBrigadierMapper<>(this.paperCommandManager, this.brigadierManager);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue