Skip to content

Commit

Permalink
Merge branch '1.14' into 1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
Thutmose committed Apr 22, 2020
2 parents 3cb85ad + 4552877 commit f2b5569
Showing 1 changed file with 22 additions and 3 deletions.
25 changes: 22 additions & 3 deletions src/main/resources/assets/thutperms/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,40 @@
"_comment": "ThutPerms Language Properties",
"_comment": "@author Thutmose",


"_comment": "group creation messages",

"thutperms.group.exists": "§cThat Group Already Exists!",
"thutperms.group.created": "§aCreated group §6%s",

"thutperms.group.added": "§aAdded §6%1$s§a to group §6%2$s",
"thutperms.group.removed": "§aRemoved §6%1$s§a from group §6%2$s",

"thutperms.suffix.set": "§6%1$s§a was given the suffix §6%2$s",
"thutperms.prefix.set": "§6%1$s§a was given the prefix §6%2$s",
"thutperms.prefix.set": "§6%1$s§a was given the prefix §6%2$s"

"_comment": "error messages",

"thutperms.group.already_in": "§6%1$s§c is already in §6%2$s§c!",
"thutperms.group.not_in": "§6%1$s§c was not in §6%2$s§c!",

"thutperms.reloaded": "§aReloaded permissions from file",
"thutperms.nogroup": "§cGroup §6%s§c does not exist!",
"thutperms.perm.unknownperm": "§cNo Perm by name §6%s§c is registered!",


"_comment": "add/removal messages",

"thutperms.perms.logged": "§aA Table of all known permissions was saved to thutperms.log"
"thutperms.perm.removed": "§aRemoved perm §6%1$s§a from §6%2$s§a",
"thutperms.perm.added": "§aAdded perm §6%1$s§a for §6%2$s§a",

"thutperms.perm.undenied": "§aRemoved perm §6%1$s§a from the blacklist for §6%2$s§a",
"thutperms.perm.denied": "§aAdded perm §6%1$s§a to the blacklist for §6%2$s§a",


"_comment": "misc messages",

"thutperms.reloaded": "§aReloaded permissions from file",

"thutperms.perms.logged": "§aA Table of all known permissions was saved to thutperms.log",

}

0 comments on commit f2b5569

Please sign in to comment.