Speedgot
Deleted
-----
Deleted
Download Now
3.7 KB .jar
Overview
Updates (
--
)
Reviews (
---
)
Version History
Discussion
A small vanilla game addition, that makes a torchflower very hot.
Code (Java):
@Override
public
void
onEnable
(
)
{
Bukkit.
getScheduler
(
)
.
runTaskTimer
(
this
,
(
)
->
{
Bukkit.
getWorlds
(
)
.
forEach
(
world
->
world.
getEntities
(
)
.
forEach
(
entity
->
{
if
(
entity.
getLocation
(
)
.
getBlock
(
)
.
getType
(
)
==
Material.
TORCHFLOWER
)
entity.
setFireTicks
(
60
)
;
}
)
)
;
}
, 0L, 5L
)
;
}
View on SpigotMC
Resource Information
Author:
----------
Total Downloads:
66
First Release:
Jun 17, 2023
Last Update:
Jun 17, 2023
Category:
---------------
All-Time Rating:
0 ratings
Version
-----
Released:
--------------------
Downloads:
------
Version Rating:
----------------------
--
ratings