minetest_poi/namefilter.lua

17 lines
331 B
Lua
Raw Normal View History

2017-07-14 12:02:30 -07:00
--[[
2017-07-08 07:14:59 -07:00
**************************
** Namefilter for PoI **
**************************
All Filters will be convertet to lowercase
--]]
2017-07-14 12:32:27 -07:00
poi_namefilter = {
2017-07-08 05:57:40 -07:00
"/", -- Filter to not start Commands
"{", -- Filter for Categorie
"}", -- Filter for Categorie
2017-07-14 12:02:30 -07:00
"\"\"", -- Like an empty Name ""
"," -- Separator for Rename, Categories
}