Skip to content

Instantly share code, notes, and snippets.

View Akiranya's full-sized avatar
😉
Learning

Nailm Akiranya

😉
Learning
View GitHub Profile
@Akiranya
Akiranya / README.md
Created February 21, 2023 16:58 — forked from Prof-Bloodstone/README.md
Spigot restart script issues and solution

⚠️ This guide is for self-managed servers. If you rented a server and got a website through which you manage your server - you are on so called shared-hosting and this guide won't work for you.

What is spigot restart script

Spigot added a feature allowing for server to automatically restart on crashes, as well as when authorized user executes /restart command.

How it works

@Akiranya
Akiranya / Calc.java
Created September 17, 2018 15:16 — forked from jewelsea/Calc.java
A simple JavaFX calculator
import javafx.application.Application;
import javafx.beans.binding.Bindings;
import javafx.beans.property.*;
import javafx.event.ActionEvent;
import javafx.event.EventHandler;
import javafx.geometry.Pos;
import javafx.scene.Scene;
import javafx.scene.control.*;
import javafx.scene.input.KeyEvent;
import javafx.scene.layout.*;
@Akiranya
Akiranya / jobConfig.yml
Last active April 5, 2018 07:01
Job Configurations
# Jobs configuration.
#
# Stores information about each job.
#
# NOTE: When having multiple jobs, both jobs will give the income payout to the player
# even if they give the pay for one action (make the configurations with this in mind)
# and each job will get the respective experience.
#
# e.g If player has 2 jobs where job1 gives 10 income and experience for killing a player
# and job2 gives 5 income and experience for killing a player. When the user kills a player