Speedgot
CGInvisibleItemFrame | Fix errors about InvisibleItemFrame and PlotSquared
-----
ItemFrame,Invisible ItemFrame
Download Now
95.7 KB .jar
Overview
Updates (
--
)
Reviews (
---
)
Version History
Discussion
Fix the bug
Fix the bug that the option is not enabled in the disable_worlds code in the config.yml file
Code (Java):
// old code
if
(
ConfigReader.
disable_worlds
.
isEmpty
(
)
)
{
List
<
String
>
disable_worlds
=
ConfigReader.
disable_worlds
;
for
(
String
w
:
disable_worlds
)
if
(
player.
getWorld
(
)
.
getName
(
)
.
equals
(
w
)
)
return
;
}
// new code
if
(
!
ConfigReader.
disable_worlds
.
isEmpty
(
)
)
{
List
<
String
>
disable_worlds
=
ConfigReader.
disable_worlds
;
for
(
String
w
:
disable_worlds
)
if
(
player.
getWorld
(
)
.
getName
(
)
.
equals
(
w
)
)
return
;
}
----------
,
Sep 1, 2021
View on SpigotMC
Resource Information
Author:
----------
Total Downloads:
325
First Release:
Sep 1, 2021
Last Update:
Aug 9, 2022
Category:
---------------
All-Time Rating:
0 ratings
Version
-----
Released:
--------------------
Downloads:
------
Version Rating:
----------------------
--
ratings