Exiled-Team / EXILED

A high-level plugin framework for SCP: Secret Laboratory servers. It offers an event system for developers to hook in order to manipulate or change game code, or implement their own functions.
https://www.exiled.to/
Other
273 stars 180 forks source link

pickup_text and select_text (CustomItems API) #457

Closed ZWRh3 closed 3 years ago

ZWRh3 commented 3 years ago

editing the pick up text and the selection text is usefull for: non english servers having the correct article (a/an)

iopietro commented 3 years ago

What do you mean? Those texts are already customizable.

joker-119 commented 3 years ago

https://github.com/Exiled-Team/EXILED/blob/master/Exiled.CustomItems/Config.cs#L29

https://github.com/Exiled-Team/EXILED/blob/master/Exiled.CustomItems/Config.cs#L35