PluginConfigs/.gitconfig
Chromachine 46dc9bd7c2 Rempass fix, DXL, Plotworld perms
DungeonsXL config upload
Perms:
- Added LC chest interact permission for members in plotworld
- Removed ChestShop perms for plotworld and allowed interaction in LC in plotworld
-- So that players can place signs on signs hmm
- Allowed pistons in plotworld
Jobs db setup (sqlite for conversion)
2018-06-19 11:10:27 +00:00

6 lines
188 B
INI
Executable file

[filter "rempass"]
smudge = cat
clean = sed -E --expression=\"s/(^\\s*(.*[_-]){0,1})pass(\\S*)\\\\: .*/\\1pass\\3: 'NOPE'/g\"
# sed doesn't support (?:) so we're ignoring the 2nd group