Skip to content

Commit

Permalink
- Reorganization of TownyFormatter, courtesy of Siris with PR #3715.
Browse files Browse the repository at this point in the history
    - Deprecates a couple things that other plugins are unlikely to be
using, notes were made for new replacements.
  • Loading branch information
LlmDl committed Feb 24, 2020
1 parent f1eef9d commit f7f15d1
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
4 changes: 3 additions & 1 deletion resources/ChangeLog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4188,4 +4188,6 @@ v0.92.0.11:
- Fix death_payments feature not working on mob-kills of players.
- Fix PlayerCommandPreprocessEvent error seen in log when players chat while Towny is in safe mode.
- Fix edge-case scenario where a townblock could be null when listing outposts.
- Updated & smarter tab-completion for remaining commands, courtesy of stzups with PR #3714.
- Updated & smarter tab-completion for remaining commands, courtesy of stzups with PR #3714.
- Reorganization of TownyFormatter, courtesy of Siris with PR #3715.
- Deprecates a couple things that other plugins are unlikely to be using, notes were made for new replacements.
1 change: 0 additions & 1 deletion src/com/palmergames/bukkit/towny/command/TownyCommand.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
import com.palmergames.bukkit.towny.TownyAPI;
import com.palmergames.bukkit.towny.TownyAsciiMap;
import com.palmergames.bukkit.towny.TownyEconomyHandler;
import com.palmergames.bukkit.towny.TownyFormatter;
import com.palmergames.bukkit.towny.TownyMessaging;
import com.palmergames.bukkit.towny.TownySettings;
import com.palmergames.bukkit.towny.TownyTimerHandler;
Expand Down
1 change: 0 additions & 1 deletion src/com/palmergames/bukkit/towny/object/TownyObject.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package com.palmergames.bukkit.towny.object;

import com.palmergames.bukkit.towny.TownyFormatter;
import com.palmergames.bukkit.towny.object.metadata.CustomDataField;

import java.util.ArrayList;
Expand Down
1 change: 0 additions & 1 deletion src/com/palmergames/bukkit/towny/war/eventwar/War.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import com.palmergames.bukkit.towny.Towny;
import com.palmergames.bukkit.towny.TownyAPI;
import com.palmergames.bukkit.towny.TownyEconomyHandler;
import com.palmergames.bukkit.towny.TownyFormatter;
import com.palmergames.bukkit.towny.TownyMessaging;
import com.palmergames.bukkit.towny.TownySettings;
import com.palmergames.bukkit.towny.TownyUniverse;
Expand Down

0 comments on commit f7f15d1

Please sign in to comment.