Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 1.45 KB

README.md

File metadata and controls

41 lines (25 loc) · 1.45 KB

Resources for Tech's Spigot Plugins

A repository holding translations and other resources for Tech's Spigot Plugins

How to contribute translations

You are speaking a different language? Thats great because we need you to help us translate our work into other languages. The easiest way to contribute is to simply browse through the files here and replace the english phrases.


Steps to Contribute

  1. Check for untranslated phrases in these files
  2. Uncomment & replace the english phrase with the according translation

Important Notice

  • Highlight the same words with ** **
  • Do not use Color Codes

... Sounds easy right?


How to contribute to the Permissions Database

Our Plugin Ultra Permissions simplifies the need to search for permissions by suggesting them based on installed plugins. The permission suggestions will be retrieved from this file.

To contribute, pick a plugin that has not been added yet and add all the permissions line by line to that file.


Format

Basic Format:

  • (PluginName)+(Permission)+(Description)

Example:

  • Essentials+essentials.fly+Allows the player to fly

Example with Command:

  • Essentials+essentials.fly+Allows the player to fly+/fly