Added support for varying log levels configurable in the server config (see log_level in default.conf)
Error logs now properly print to stderr when possible Colour-coded logs Addressed a scenario in which outgoing packet writes could get hung up Fixed interface incorrect definition message on server startup
This commit is contained in:
@@ -266,7 +266,7 @@ class TheGolemListeners : InteractionListener {
|
||||
}
|
||||
|
||||
fun placeStatuette(player: Player): Boolean {
|
||||
System.out.println("Hello from placeStatuette")
|
||||
|
||||
if(player.inventory.remove(Item(4618))) {
|
||||
player.sendMessage("You insert the statuette into the alcove.")
|
||||
player.setAttribute("/save:the-golem:placed-statuette", true)
|
||||
|
||||
Reference in New Issue
Block a user