Paul2708 / simple-commands

An (even more) simplified and intuitive command framework for Spigot.
MIT License
14 stars 2 forks source link

Identity language provider #54

Closed Paul2708 closed 4 years ago

Paul2708 commented 4 years ago

Description

There should be an identity language provider that just returns the key. This can be used for quick testing - without providing a locale file for every message.

Usage

Implementation idea There is already an interface for LanguageProvider. In addition you could replace color codes instead of the pure key.

Paul2708 commented 4 years ago

A better solution would be #65