Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions src/main/resources/multiverse-core_en.properties
Original file line number Diff line number Diff line change
Expand Up @@ -238,10 +238,10 @@
mv-core.entrycheck.noworldaccess=You do not have permissions to access the world.

# economy
mv-core.economy.item.deposit=&fYou have been charged &a{price}.
mv-core.economy.item.withdraw=&a{price}&f has been deposited into your inventory.
mv-core.economy.vault.deposit=&fYou have been charged &2{price}.
mv-core.economy.vault.withdraw=&2{price}&f has been deposited into your account.
mv-core.economy.item.deposit=&a{price}&f has been deposited into your inventory.

Check warning on line 241 in src/main/resources/multiverse-core_en.properties

View workflow job for this annotation

GitHub Actions / checkstyle / checkstyle

[checkstyle] reported by reviewdog 🐶 Property key 'mv-core.economy.item.deposit' is not in the right order with previous property 'mv-core.entrycheck.noworldaccess'. Raw Output: /github/workspace/./src/main/resources/multiverse-core_en.properties:241:0: warning: Property key 'mv-core.economy.item.deposit' is not in the right order with previous property 'mv-core.entrycheck.noworldaccess'. (com.puppycrawl.tools.checkstyle.checks.OrderedPropertiesCheck)
mv-core.economy.item.withdraw=&fYou have been charged &a{price}.
mv-core.economy.vault.deposit=&2{price}&f has been deposited into your account.
mv-core.economy.vault.withdraw=&fYou have been charged &2{price}.

# multiverse parse destination failure reason
mv-core.destination.anchor.failurereason.anchornotfound=&cAnchor '&6{anchor}&c' does not exist!
Expand Down
Loading