File tree Expand file tree Collapse file tree
core/src/main/java/github/nighter/smartspawner/logging Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33import github .nighter .smartspawner .SmartSpawner ;
44import github .nighter .smartspawner .api .events .*;
5- import org .bukkit .entity .Player ;
65import org .bukkit .event .EventHandler ;
76import org .bukkit .event .EventPriority ;
87import org .bukkit .event .Listener ;
Original file line number Diff line number Diff line change @@ -209,29 +209,4 @@ private static String getFieldIcon(String key) {
209209 if (l .contains ("type" )) return "🏷️" ;
210210 return "•" ;
211211 }
212-
213- private static String getEventIcon (github .nighter .smartspawner .logging .SpawnerEventType t ) {
214- return switch (t ) {
215- case SPAWNER_PLACE -> "✅" ;
216- case SPAWNER_BREAK -> "❌" ;
217- case SPAWNER_EXPLODE -> "💥" ;
218- case SPAWNER_STACK_HAND -> "✋" ;
219- case SPAWNER_STACK_GUI -> "📦" ;
220- case SPAWNER_DESTACK_GUI -> "📤" ;
221- case SPAWNER_GUI_OPEN -> "📋" ;
222- case SPAWNER_STORAGE_OPEN -> "📦" ;
223- case SPAWNER_STACKER_OPEN -> "🔢" ;
224- case SPAWNER_EXP_CLAIM -> "✨" ;
225- case SPAWNER_SELL_ALL -> "💰" ;
226- case SPAWNER_ITEM_TAKE_ALL -> "🎒" ;
227- case SPAWNER_ITEM_DROP -> "🗑️" ;
228- case SPAWNER_ITEMS_SORT -> "🔃" ;
229- case SPAWNER_ITEM_FILTER -> "🔍" ;
230- case SPAWNER_DROP_PAGE_ITEMS -> "📄" ;
231- case SPAWNER_EGG_CHANGE -> "🥚" ;
232- case COMMAND_EXECUTE_PLAYER -> "👤" ;
233- case COMMAND_EXECUTE_CONSOLE -> "🖥️" ;
234- case COMMAND_EXECUTE_RCON -> "🔌" ;
235- };
236- }
237212}
You can’t perform that action at this time.
0 commit comments