Vrganj
Vrganj
I tried using ```js new BrowserWindow({ icon: 'favicon.ico' }); ``` I tried with `.ico`, `.png` and `.icns`, too. I even tried to set it using `.setIcon()`. Does anyone know how...
### Is your feature request related to a problem? PlayerItemDamageEvent should have some of `getCause` method. That way you could e.g. cancel axe damage for PvP, but not for mining....
I can use the library by shading, but not the newer `libraries` feature in plugin.yml. The issue is this: https://github.com/TriumphTeam/triumph-gui/blob/master/core/src/main/java/dev/triumphteam/gui/guis/BaseGui.java#L67 JavaPlugin#getProvidingPlugin throws an exception since libraries aren't provided by plugins.
`var` still doesn't seem to be highlighted. This ought to fix it.
## Description Make world lookup faster using an IdentityHashMap and computeIfAbsent. ```[tasklist] ### Submitter Checklist - [x] Make sure you are opening from a topic branch (**/feature/fix/docs/ branch** (right side))...
## Overview ## Description Refactored Plot#getOwners and reduced the number of Plot#getOwner calls because they go through a half dozen flag containers to check whether the plot is server-owned. I'd...
It might be a good idea to, instead of adding a listener to the pipeline, use [PlayerUseUnknownEntityEvent](https://jd.papermc.io/paper/1.20/com/destroystokyo/paper/event/player/PlayerUseUnknownEntityEvent.html) Less to maintain if anything, I suppose.
It would be nice if you could specify the orientation in 90 degree increments.
I added a basic command history for the console, works using the arrow up/down buttons. Closes #1268 #1392 #1359
Adds Ctrl+S as a shortcut to save the current file. Might be a good idea to add an indication that the file was saved instead of closing it.