Compare commits

...

8 commits

39 changed files with 923 additions and 112 deletions

View file

@ -1,12 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" path="src"/>
<classpathentry combineaccessrules="false" kind="src" path="/tenkumaLib"/>
<classpathentry kind="lib" path="/home/adrian/archive/minecraft-jar/craftbukkit-1060.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>

2
.gitattributes vendored Normal file
View file

@ -0,0 +1,2 @@
*.bat text eol=crlf
gradlew text eol=lf

15
.gitignore vendored Normal file
View file

@ -0,0 +1,15 @@
bin/
libs/
.idea/
.gradle/
build/
out/
# Ignore Gradle project-specific cache directory
.gradle
# Ignore Gradle build output directory
build
run/
runBeta/

3
.gitmodules vendored Normal file
View file

@ -0,0 +1,3 @@
[submodule "libs/tenkumaLib"]
path = libs/tenkumaLib
url = ssh://forgejo@inspiran.beetal-castor.ts.net/tenkuma/tenkumaLib.git

5
.idea/.gitignore generated vendored Normal file
View file

@ -0,0 +1,5 @@
# Default ignored files
/shelf/
/workspace.xml
run/
.gradle

6
.idea/compiler.xml generated Normal file
View file

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="CompilerConfiguration">
<bytecodeTargetLevel target="21" />
</component>
</project>

18
.idea/gradle.xml generated Normal file
View file

@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="GradleMigrationSettings" migrationVersion="1" />
<component name="GradleSettings">
<option name="linkedExternalProjectsSettings">
<GradleProjectSettings>
<option name="externalProjectPath" value="$PROJECT_DIR$" />
<option name="modules">
<set>
<option value="$PROJECT_DIR$" />
<option value="$PROJECT_DIR$/libs/tenkumaLib" />
</set>
</option>
<option name="resolveExternalAnnotations" value="true" />
</GradleProjectSettings>
</option>
</component>
</project>

35
.idea/jarRepositories.xml generated Normal file
View file

@ -0,0 +1,35 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="RemoteRepositoriesConfiguration">
<remote-repository>
<option name="id" value="central" />
<option name="name" value="Maven Central repository" />
<option name="url" value="https://repo1.maven.org/maven2" />
</remote-repository>
<remote-repository>
<option name="id" value="jboss.community" />
<option name="name" value="JBoss Community repository" />
<option name="url" value="https://repository.jboss.org/nexus/content/repositories/public/" />
</remote-repository>
<remote-repository>
<option name="id" value="MavenRepo" />
<option name="name" value="MavenRepo" />
<option name="url" value="https://repo.maven.apache.org/maven2/" />
</remote-repository>
<remote-repository>
<option name="id" value="maven" />
<option name="name" value="maven" />
<option name="url" value="https://repo.papermc.io/repository/maven-public/" />
</remote-repository>
<remote-repository>
<option name="id" value="maven2" />
<option name="name" value="maven2" />
<option name="url" value="https://repository.johnymuffin.com/" />
</remote-repository>
<remote-repository>
<option name="id" value="maven2" />
<option name="name" value="maven2" />
<option name="url" value="https://repository.johnymuffin.com/repository/maven-releases/" />
</remote-repository>
</component>
</project>

7
.idea/misc.xml generated Normal file
View file

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ExternalStorageConfigurationManager" enabled="true" />
<component name="ProjectRootManager" version="2" languageLevel="JDK_21" default="true" project-jdk-name="jbr-21" project-jdk-type="JavaSDK">
<output url="file://$PROJECT_DIR$/classes" />
</component>
</project>

14
.idea/modules.xml generated Normal file
View file

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/.idea/modules/TimeKeeper.legacy.iml" filepath="$PROJECT_DIR$/.idea/modules/TimeKeeper.legacy.iml" />
<module fileurl="file://$PROJECT_DIR$/.idea/modules/TimeKeeper.main.iml" filepath="$PROJECT_DIR$/.idea/modules/TimeKeeper.main.iml" />
<module fileurl="file://$PROJECT_DIR$/.idea/modules/TimeKeeper.modern.iml" filepath="$PROJECT_DIR$/.idea/modules/TimeKeeper.modern.iml" />
<module fileurl="file://$PROJECT_DIR$/.idea/modules/libs/tenkumaLib/TimeKeeper.tenkumaLib.b1_7_3.iml" filepath="$PROJECT_DIR$/.idea/modules/libs/tenkumaLib/TimeKeeper.tenkumaLib.b1_7_3.iml" />
<module fileurl="file://$PROJECT_DIR$/.idea/modules/libs/tenkumaLib/TimeKeeper.tenkumaLib.main.iml" filepath="$PROJECT_DIR$/.idea/modules/libs/tenkumaLib/TimeKeeper.tenkumaLib.main.iml" />
<module fileurl="file://$PROJECT_DIR$/.idea/modules/libs/tenkumaLib/TimeKeeper.tenkumaLib.r1_21.iml" filepath="$PROJECT_DIR$/.idea/modules/libs/tenkumaLib/TimeKeeper.tenkumaLib.r1_21.iml" />
<module fileurl="file://$PROJECT_DIR$/.idea/modules/TimeKeeper.test.iml" filepath="$PROJECT_DIR$/.idea/modules/TimeKeeper.test.iml" />
</modules>
</component>
</project>

22
.idea/modules/TimeKeeper.main.iml generated Normal file
View file

@ -0,0 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
<module version="4">
<component name="AdditionalModuleElements">
<content url="file://$MODULE_DIR$/../../src/main" dumb="true">
<sourceFolder url="file://$MODULE_DIR$/../../src/main/resources" type="java-resource" />
</content>
</component>
<component name="FacetManager">
<facet type="minecraft" name="Minecraft">
<configuration>
<autoDetectTypes>
<platformType>PAPER</platformType>
<platformType>ADVENTURE</platformType>
</autoDetectTypes>
<projectReimportVersion>1</projectReimportVersion>
</configuration>
</facet>
</component>
<component name="McpModuleSettings">
<option name="srgType" value="SRG" />
</component>
</module>

17
.idea/modules/TimeKeeper.test.iml generated Normal file
View file

@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<module version="4">
<component name="FacetManager">
<facet type="minecraft" name="Minecraft">
<configuration>
<autoDetectTypes>
<platformType>PAPER</platformType>
<platformType>ADVENTURE</platformType>
</autoDetectTypes>
<projectReimportVersion>1</projectReimportVersion>
</configuration>
</facet>
</component>
<component name="McpModuleSettings">
<option name="srgType" value="SRG" />
</component>
</module>

View file

@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<module version="4">
<component name="FacetManager">
<facet type="minecraft" name="Minecraft">
<configuration>
<autoDetectTypes>
<platformType>PAPER</platformType>
<platformType>ADVENTURE</platformType>
</autoDetectTypes>
<projectReimportVersion>1</projectReimportVersion>
</configuration>
</facet>
</component>
<component name="McpModuleSettings">
<option name="srgType" value="SRG" />
</component>
</module>

7
.idea/vcs.xml generated Normal file
View file

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="" vcs="Git" />
<mapping directory="$PROJECT_DIR$/libs/tenkumaLib" vcs="Git" />
</component>
</project>

View file

@ -1,17 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>TimeKeeper</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>

View file

@ -1,12 +1,13 @@
This is a plugin for Minecraft beta that syncs the real world time with your in-game time.
## How it works
It will calculate and change the game time every second (that's 20 ticks and that can be changed in the config), it will use your computer's timezone as default if the config `timezone` value does not exist.
TimeKeeper changes the game time every tick (that can be changed in the config), using your computer timezone as default if the config `timezone` value does not exist.
## Performance
I am not sure if this plugin has any significant performance hit, it runs code every few ticks (you can in/decrease the frequency in the config) and that is not the best approach for doing this, but it's the only that works in beta. Using it with `ticksBetweenUpdate: 1` does not seem to change the performance in any way. The specifications for the computer used for the tests:
`Host: 83AF IdeaPad 1 14IAU7`
`CPU: 12th Gen Intel i5-1235U (12) @ 1.300GHz`
`GPU: Intel Alder Lake-UP3 GT2 [Iris Xe Graphics]`
`Memory: 10097MiB / 15709MiB`
## Config
```yaml
ticksBetweenUpdate: 0 # 20 ticks is 1 second
timezone: "America/Sao_Paulo" # comment this line to use system's default timezone
preventSleep: true # Players will sleep and time will sync afterwards, so it's better to disable unless you have a reason to
worlds:
- "world"
```

184
build.gradle.kts Normal file
View file

@ -0,0 +1,184 @@
plugins {
java
id("xyz.jpenilla.run-paper") version "3.0.1"
}
group = "org.adrianvictor"
version = System.getenv("TKEEPER_VERSION_NAME") ?: "unknown"
repositories {
mavenCentral()
maven("https://repo.papermc.io/repository/maven-public/")
maven("https://repository.johnymuffin.com/repository/maven-releases/")
flatDir {
dirs("libs")
}
}
/* ----------------------------------------- */
/* SUPPORTED VERSIONS */
/* ----------------------------------------- */
val mcVersions = listOf(
"modern",
"legacy"
)
/* ----------------------------------------- */
/* CREATE SOURCE SET PER VERSION */
/* ----------------------------------------- */
tasks.withType<ProcessResources> {
inputs.property("version", project.version)
filesMatching("plugin.yml") {
expand("version" to project.version)
}
}
mcVersions.forEach { ver ->
val ss = sourceSets.create(ver) {
java.srcDir("src/$ver/java")
resources.setSrcDirs(listOf("src/$ver/resources", "src/main/resources"))
compileClasspath += sourceSets["main"].output
runtimeClasspath += output + compileClasspath
}
tasks.withType<ProcessResources> {
duplicatesStrategy = DuplicatesStrategy.EXCLUDE
}
configurations[ss.implementationConfigurationName]
.extendsFrom(configurations["implementation"])
if (ver != "legacy") {
configurations[ss.compileOnlyConfigurationName]
.extendsFrom(configurations["compileOnly"])
}
}
/* ----------------------------------------- */
/* DEPENDENCIES */
/* ----------------------------------------- */
dependencies {
add("compileOnly", "io.papermc.paper:paper-api:1.21-R0.1-SNAPSHOT")
add("modernCompileOnly", "io.papermc.paper:paper-api:1.21-R0.1-SNAPSHOT")
add("legacyImplementation", "com.legacyminecraft.poseidon:poseidon-craftbukkit:1.1.12-260503-0121-a9af58a")
compileOnly(project(":tenkumaLib"))
testImplementation("org.junit.jupiter:junit-jupiter:5.10.0")
testImplementation("org.mockito:mockito-core:5.5.0")
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
testImplementation("io.papermc.paper:paper-api:1.21-R0.1-SNAPSHOT")
testImplementation("com.github.seeseemelk:MockBukkit-v1.21:3.102.0")
mcVersions.forEach { ver ->
testImplementation(sourceSets[ver].output)
}
}
tasks.test {
useJUnitPlatform()
}
/* ----------------------------------------- */
/* BUILD TASKS */
/* ----------------------------------------- */
mcVersions.forEach { ver ->
tasks.register<Jar>("jar${ver.replace(".", "_").replace("-", "_").replace("/", "_").capitalize()}") {
duplicatesStrategy = DuplicatesStrategy.EXCLUDE
from(sourceSets["main"].output)
from(sourceSets[ver].output)
archiveClassifier.set(ver)
manifest {
attributes(
"TKeeper-Impl-Version" to ver,
"TKeeper-Environment" to (System.getenv("TKEEPER_BUILD_CHANNEL") ?: "dev")
)
}
}
}
tasks.register("buildAll") {
dependsOn(tasks.withType<Jar>())
}
//tasks.register<Jar>("bundleAll") {
// dependsOn(configurations.runtimeClasspath)
//
// duplicatesStrategy = DuplicatesStrategy.EXCLUDE
//
// from(sourceSets["main"].output)
//
// mcVersions.forEach { ver ->
// from(sourceSets[ver].output)
// }
//
// from({
// configurations.runtimeClasspath.get()
// .filter { it.name.endsWith("jar") }
// .map { zipTree(it) }
// })
//
// archiveClassifier.set("all-implementations")
// archiveVersion.set(project.version.toString())
//}
/* ----------------------------------------- */
/* JAVA SETTINGS */
/* ----------------------------------------- */
java {
toolchain.languageVersion.set(JavaLanguageVersion.of(21))
}
tasks.jar {
enabled = false
}
tasks.withType<JavaCompile> {
options.encoding = "UTF-8"
}
tasks.runServer {
minecraftVersion("1.21")
val modern = tasks.named<Jar>("jarModern")
val tLibBundleAll = project(":tenkumaLib").tasks.named<Jar>("bundleAll")
dependsOn(modern)
dependsOn(tLibBundleAll)
pluginJars(
modern.flatMap { it.archiveFile },
tLibBundleAll.flatMap { it.archiveFile }
)
}
tasks.register<Copy>("copyLegacyPlugin") {
from(project(":tenkumaLib").tasks.named<Jar>("bundleAll"))
from(tasks.named<Jar>("jarLegacy"))
into("runBeta/plugins")
}
tasks.register<JavaExec>("runBetaServer") {
group = "verification"
description = "Runs the beta server with legacy TimeKeeper."
dependsOn("copyLegacyPlugin")
jvmArgs = listOf("-Djline.terminal=jline.UnsupportedTerminal", "-Dfile.encoding=UTF-8", "-Djava.awt.headless=true")
classpath = files("runBeta/poseidon-craftbukkit.jar")
mainClass.set("org.bukkit.craftbukkit.Main")
workingDir = file("runBeta")
standardInput = file("/dev/null").inputStream()
}

View file

@ -1,4 +0,0 @@
ticksBetweenUpdate: 20
timezone: "America/Sao_Paulo" # comment this line to use system's default timezone
worlds:
- "world"

BIN
gradle/wrapper/gradle-wrapper.jar vendored Normal file

Binary file not shown.

View file

@ -0,0 +1,7 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-9.3.0-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

248
gradlew vendored Executable file
View file

@ -0,0 +1,248 @@
#!/bin/sh
#
# Copyright © 2015 the original authors.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
# SPDX-License-Identifier: Apache-2.0
#
##############################################################################
#
# Gradle start up script for POSIX generated by Gradle.
#
# Important for running:
#
# (1) You need a POSIX-compliant shell to run this script. If your /bin/sh is
# noncompliant, but you have some other compliant shell such as ksh or
# bash, then to run this script, type that shell name before the whole
# command line, like:
#
# ksh Gradle
#
# Busybox and similar reduced shells will NOT work, because this script
# requires all of these POSIX shell features:
# * functions;
# * expansions «$var», «${var}», «${var:-default}», «${var+SET}»,
# «${var#prefix}», «${var%suffix}», and «$( cmd )»;
# * compound commands having a testable exit status, especially «case»;
# * various built-in commands including «command», «set», and «ulimit».
#
# Important for patching:
#
# (2) This script targets any POSIX shell, so it avoids extensions provided
# by Bash, Ksh, etc; in particular arrays are avoided.
#
# The "traditional" practice of packing multiple parameters into a
# space-separated string is a well documented source of bugs and security
# problems, so this is (mostly) avoided, by progressively accumulating
# options in "$@", and eventually passing that to Java.
#
# Where the inherited environment variables (DEFAULT_JVM_OPTS, JAVA_OPTS,
# and GRADLE_OPTS) rely on word-splitting, this is performed explicitly;
# see the in-line comments for details.
#
# There are tweaks for specific operating systems such as AIX, CygWin,
# Darwin, MinGW, and NonStop.
#
# (3) This script is generated from the Groovy template
# https://github.com/gradle/gradle/blob/HEAD/platforms/jvm/plugins-application/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt
# within the Gradle project.
#
# You can find Gradle at https://github.com/gradle/gradle/.
#
##############################################################################
# Attempt to set APP_HOME
# Resolve links: $0 may be a link
app_path=$0
# Need this for daisy-chained symlinks.
while
APP_HOME=${app_path%"${app_path##*/}"} # leaves a trailing /; empty if no leading path
[ -h "$app_path" ]
do
ls=$( ls -ld "$app_path" )
link=${ls#*' -> '}
case $link in #(
/*) app_path=$link ;; #(
*) app_path=$APP_HOME$link ;;
esac
done
# This is normally unused
# shellcheck disable=SC2034
APP_BASE_NAME=${0##*/}
# Discard cd standard output in case $CDPATH is set (https://github.com/gradle/gradle/issues/25036)
APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s\n' "$PWD" ) || exit
# Use the maximum available, or set MAX_FD != -1 to use that value.
MAX_FD=maximum
warn () {
echo "$*"
} >&2
die () {
echo
echo "$*"
echo
exit 1
} >&2
# OS specific support (must be 'true' or 'false').
cygwin=false
msys=false
darwin=false
nonstop=false
case "$( uname )" in #(
CYGWIN* ) cygwin=true ;; #(
Darwin* ) darwin=true ;; #(
MSYS* | MINGW* ) msys=true ;; #(
NONSTOP* ) nonstop=true ;;
esac
# Determine the Java command to use to start the JVM.
if [ -n "$JAVA_HOME" ] ; then
if [ -x "$JAVA_HOME/jre/sh/java" ] ; then
# IBM's JDK on AIX uses strange locations for the executables
JAVACMD=$JAVA_HOME/jre/sh/java
else
JAVACMD=$JAVA_HOME/bin/java
fi
if [ ! -x "$JAVACMD" ] ; then
die "ERROR: JAVA_HOME is set to an invalid directory: $JAVA_HOME
Please set the JAVA_HOME variable in your environment to match the
location of your Java installation."
fi
else
JAVACMD=java
if ! command -v java >/dev/null 2>&1
then
die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
Please set the JAVA_HOME variable in your environment to match the
location of your Java installation."
fi
fi
# Increase the maximum file descriptors if we can.
if ! "$cygwin" && ! "$darwin" && ! "$nonstop" ; then
case $MAX_FD in #(
max*)
# In POSIX sh, ulimit -H is undefined. That's why the result is checked to see if it worked.
# shellcheck disable=SC2039,SC3045
MAX_FD=$( ulimit -H -n ) ||
warn "Could not query maximum file descriptor limit"
esac
case $MAX_FD in #(
'' | soft) :;; #(
*)
# In POSIX sh, ulimit -n is undefined. That's why the result is checked to see if it worked.
# shellcheck disable=SC2039,SC3045
ulimit -n "$MAX_FD" ||
warn "Could not set maximum file descriptor limit to $MAX_FD"
esac
fi
# Collect all arguments for the java command, stacking in reverse order:
# * args from the command line
# * the main class name
# * -classpath
# * -D...appname settings
# * --module-path (only if needed)
# * DEFAULT_JVM_OPTS, JAVA_OPTS, and GRADLE_OPTS environment variables.
# For Cygwin or MSYS, switch paths to Windows format before running java
if "$cygwin" || "$msys" ; then
APP_HOME=$( cygpath --path --mixed "$APP_HOME" )
JAVACMD=$( cygpath --unix "$JAVACMD" )
# Now convert the arguments - kludge to limit ourselves to /bin/sh
for arg do
if
case $arg in #(
-*) false ;; # don't mess with options #(
/?*) t=${arg#/} t=/${t%%/*} # looks like a POSIX filepath
[ -e "$t" ] ;; #(
*) false ;;
esac
then
arg=$( cygpath --path --ignore --mixed "$arg" )
fi
# Roll the args list around exactly as many times as the number of
# args, so each arg winds up back in the position where it started, but
# possibly modified.
#
# NB: a `for` loop captures its iteration list before it begins, so
# changing the positional parameters here affects neither the number of
# iterations, nor the values presented in `arg`.
shift # remove old arg
set -- "$@" "$arg" # push replacement arg
done
fi
# Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"'
# Collect all arguments for the java command:
# * DEFAULT_JVM_OPTS, JAVA_OPTS, and optsEnvironmentVar are not allowed to contain shell fragments,
# and any embedded shellness will be escaped.
# * For example: A user cannot expect ${Hostname} to be expanded, as it is an environment variable and will be
# treated as '${Hostname}' itself on the command line.
set -- \
"-Dorg.gradle.appname=$APP_BASE_NAME" \
-jar "$APP_HOME/gradle/wrapper/gradle-wrapper.jar" \
"$@"
# Stop when "xargs" is not available.
if ! command -v xargs >/dev/null 2>&1
then
die "xargs is not available"
fi
# Use "xargs" to parse quoted args.
#
# With -n1 it outputs one arg per line, with the quotes and backslashes removed.
#
# In Bash we could simply go:
#
# readarray ARGS < <( xargs -n1 <<<"$var" ) &&
# set -- "${ARGS[@]}" "$@"
#
# but POSIX shell has neither arrays nor command substitution, so instead we
# post-process each arg (as a line of input to sed) to backslash-escape any
# character that might be a shell metacharacter, then use eval to reverse
# that process (while maintaining the separation between arguments), and wrap
# the whole thing up as a single "set" statement.
#
# This will of course break if any of these variables contains a newline or
# an unmatched quote.
#
eval "set -- $(
printf '%s\n' "$DEFAULT_JVM_OPTS $JAVA_OPTS $GRADLE_OPTS" |
xargs -n1 |
sed ' s~[^-[:alnum:]+,./:=@_]~\\&~g; ' |
tr '\n' ' '
)" '"$@"'
exec "$JAVACMD" "$@"

93
gradlew.bat vendored Normal file
View file

@ -0,0 +1,93 @@
@rem
@rem Copyright 2015 the original author or authors.
@rem
@rem Licensed under the Apache License, Version 2.0 (the "License");
@rem you may not use this file except in compliance with the License.
@rem You may obtain a copy of the License at
@rem
@rem https://www.apache.org/licenses/LICENSE-2.0
@rem
@rem Unless required by applicable law or agreed to in writing, software
@rem distributed under the License is distributed on an "AS IS" BASIS,
@rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@rem See the License for the specific language governing permissions and
@rem limitations under the License.
@rem
@rem SPDX-License-Identifier: Apache-2.0
@rem
@if "%DEBUG%"=="" @echo off
@rem ##########################################################################
@rem
@rem Gradle startup script for Windows
@rem
@rem ##########################################################################
@rem Set local scope for the variables with windows NT shell
if "%OS%"=="Windows_NT" setlocal
set DIRNAME=%~dp0
if "%DIRNAME%"=="" set DIRNAME=.
@rem This is normally unused
set APP_BASE_NAME=%~n0
set APP_HOME=%DIRNAME%
@rem Resolve any "." and ".." in APP_HOME to make it shorter.
for %%i in ("%APP_HOME%") do set APP_HOME=%%~fi
@rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
set DEFAULT_JVM_OPTS="-Xmx64m" "-Xms64m"
@rem Find java.exe
if defined JAVA_HOME goto findJavaFromJavaHome
set JAVA_EXE=java.exe
%JAVA_EXE% -version >NUL 2>&1
if %ERRORLEVEL% equ 0 goto execute
echo. 1>&2
echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. 1>&2
echo. 1>&2
echo Please set the JAVA_HOME variable in your environment to match the 1>&2
echo location of your Java installation. 1>&2
goto fail
:findJavaFromJavaHome
set JAVA_HOME=%JAVA_HOME:"=%
set JAVA_EXE=%JAVA_HOME%/bin/java.exe
if exist "%JAVA_EXE%" goto execute
echo. 1>&2
echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME% 1>&2
echo. 1>&2
echo Please set the JAVA_HOME variable in your environment to match the 1>&2
echo location of your Java installation. 1>&2
goto fail
:execute
@rem Setup the command line
@rem Execute Gradle
"%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -jar "%APP_HOME%\gradle\wrapper\gradle-wrapper.jar" %*
:end
@rem End local scope for the variables with windows NT shell
if %ERRORLEVEL% equ 0 goto mainEnd
:fail
rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of
rem the _cmd.exe /c_ return code!
set EXIT_CODE=%ERRORLEVEL%
if %EXIT_CODE% equ 0 set EXIT_CODE=1
if not ""=="%GRADLE_EXIT_CONSOLE%" exit %EXIT_CODE%
exit /b %EXIT_CODE%
:mainEnd
if "%OS%"=="Windows_NT" endlocal
:omega

1
libs/tenkumaLib Symbolic link
View file

@ -0,0 +1 @@
../../tenkumaLib

View file

@ -1,6 +0,0 @@
author: tenkuma
database: false
main: gd.rf.adrianvictor.realtime.Main
name: TimeKeeper
url: https://adrianvictor.rf.gd
version: '1.0'

2
settings.gradle.kts Normal file
View file

@ -0,0 +1,2 @@
include(":tenkumaLib")
project(":tenkumaLib").projectDir = file("libs/tenkumaLib")

View file

@ -1,51 +0,0 @@
package gd.rf.adrianvictor.realtime;
import java.time.ZoneId;
import java.time.ZonedDateTime;
import java.util.List;
import org.bukkit.Bukkit;
import org.bukkit.World;
import org.bukkit.plugin.java.JavaPlugin;
import gd.rf.adrianvictor.lib.Log;
import gd.rf.adrianvictor.lib.ConfigurationEx;
public class Main extends JavaPlugin {
Log log;
ConfigurationEx config;
@Override
public void onDisable() {
log.info("Disabling!");
}
@Override
public void onEnable() {
log = new Log(this);
log.info("Starting!");
config = new ConfigurationEx(this, "config.yml", log);
config.loadConfig();
int ticksBetweenUpdate = config.getInt("ticksBetweenUpdate", 20);
List<String> worlds = config.getStringList("worlds", null);
Bukkit.getServer().getScheduler().scheduleSyncRepeatingTask(this, new Runnable() {
@Override
public void run() {
for (String worldName : worlds) {
World world = Bukkit.getServer().getWorld(worldName);
if (world == null) {
log.severe("World " + worldName + " specified in the config was not found, removing it.");
worlds.remove(worldName);
return;
}
ZonedDateTime time = ZonedDateTime.now(ZoneId.of(config.getString("timezone", ZoneId.systemDefault().toString())));
int hour = time.getHour();
int minute = time.getMinute();
long minecraftTime = (hour * 1000 + minute * 100 / 6 - 6000) % 24000;
if (minecraftTime < 0) {
minecraftTime = minecraftTime * 2;
}
world.setTime(minecraftTime);
}
}
}, 0L, ticksBetweenUpdate);
}
}

View file

@ -0,0 +1,12 @@
package org.adrianvictor.realtime.impl.legacy;
import org.adrianvictor.realtime.Main;
import org.bukkit.Bukkit;
import org.bukkit.event.Event;
public class Glimmer implements org.adrianvictor.realtime.reflection.Glimmer {
@Override
public void onStart() {
Bukkit.getServer().getPluginManager().registerEvent(Event.Type.PLAYER_BED_ENTER, new PlayerListener(), Event.Priority.Highest, Main.getInstance());
}
}

View file

@ -0,0 +1,11 @@
package org.adrianvictor.realtime.impl.legacy;
import org.adrianvictor.realtime.Events;
import org.bukkit.event.player.PlayerBedEnterEvent;
public class PlayerListener extends org.bukkit.event.player.PlayerListener {
@Override
public void onPlayerBedEnter(PlayerBedEnterEvent event) {
Events.onBedEnter(event);
}
}

View file

@ -0,0 +1,10 @@
package org.adrianvictor.realtime;
import org.bukkit.event.player.PlayerBedEnterEvent;
public class Events {
public static void onBedEnter(PlayerBedEnterEvent event) {
boolean isCancelled = Main.getInstance().getConfigProvider().getBoolean("preventSleep", true);
event.setCancelled(isCancelled);
}
}

View file

@ -0,0 +1,19 @@
package org.adrianvictor.realtime;
import org.adrianvictor.realtime.reflection.Glimmer;
public class GlimmerFactory {
public static Glimmer create() {
try {
return (Glimmer) Class.forName("org.adrianvictor.realtime.impl.modern.Glimmer")
.getDeclaredConstructor().newInstance();
} catch (Exception e) {
try {
return (Glimmer) Class.forName("org.adrianvictor.realtime.impl.legacy.Glimmer")
.getDeclaredConstructor().newInstance();
} catch (Exception ex) {
throw new RuntimeException("Failed to instantiate Glimmer implementation", ex);
}
}
}
}

View file

@ -0,0 +1,59 @@
package org.adrianvictor.realtime;
import java.io.File;
import java.io.IOException;
import java.nio.file.Files;
import java.nio.file.Path;
import java.time.ZoneId;
import java.util.List;
import org.adrianvictor.lib.configuration.exception.InvalidConfigurationException;
import org.adrianvictor.lib.configuration.provider.ConfigurationProvider;
import org.adrianvictor.lib.file.provider.FileProvider;
import org.bukkit.Bukkit;
import org.bukkit.plugin.java.JavaPlugin;
public class Main extends JavaPlugin {
ConfigurationProvider config;
static Main plugin;
@Override
public void onEnable() {
try {
FileProvider.get().saveResource("config.yml", false, this);
} catch (IOException e) {
throw new RuntimeException(e);
}
plugin = this;
config = ConfigurationProvider.get();
try {
File configFile = new File(getDataFolder(), "config.yml");
String configString = Files.readString(Path.of(configFile.getPath()));
config.load(configString);
} catch (IOException | InvalidConfigurationException e) {
throw new RuntimeException(e);
}
GlimmerFactory.create().onStart();
int ticksBetweenUpdate = config.getInt("ticksBetweenUpdate", 20);
List<String> worlds = config.getStringList("worlds", List.of("world"));
ZoneId zone = ZoneId.of(config.getString("timezone", ZoneId.systemDefault().toString()));
Bukkit.getServer().getScheduler().scheduleSyncRepeatingTask(
this,
new Runnable(worlds, zone),
0L,
ticksBetweenUpdate
);
}
public static Main getInstance() {
return plugin;
}
public ConfigurationProvider getConfigProvider() {
return config;
}
}

View file

@ -0,0 +1,44 @@
package org.adrianvictor.realtime;
import org.adrianvictor.lib.logging.provider.LoggerProvider;
import org.bukkit.Bukkit;
import org.bukkit.World;
import java.time.ZoneId;
import java.time.ZonedDateTime;
import java.util.List;
public class Runnable implements java.lang.Runnable {
List<String> worlds;
ZoneId zone;
public Runnable(List<String> worlds, ZoneId zone) {
this.worlds = worlds;
this.zone = zone;
}
@Override
public void run() {
for (String worldName : worlds) {
World world = Bukkit.getServer().getWorld(worldName);
if (world == null) {
LoggerProvider.get().info("World " + worldName + " specified in the config was not found, removing it.");
worlds.remove(worldName);
return;
}
ZonedDateTime time = ZonedDateTime.now(zone);
int hour = time.getHour();
int minute = time.getMinute();
// Minecraft time: 0 is 6:00 AM. 18000 is Midnight (0:00).
// (hour * 1000) + (minute * 1000 / 60) gives time in ticks from 0:00.
// Subtract 6000 to align 6:00 AM with 0 ticks.
long ticksSinceMidnight = (hour * 1000L) + (minute * 1000L / 60L);
long minecraftTime = (ticksSinceMidnight - 6000L + 24000L) % 24000L;
long currentFullTime = world.getFullTime();
long day = currentFullTime / 24000L;
world.setFullTime(day * 24000L + minecraftTime);
}
}
}

View file

@ -0,0 +1,5 @@
package org.adrianvictor.realtime.reflection;
public interface Glimmer {
void onStart();
}

View file

@ -0,0 +1,5 @@
ticksBetweenUpdate: 1 # 20 ticks is 1 second, 0 lags the server
timezone: "America/Sao_Paulo" # comment this line to use system's default timezone
preventSleep: true # Players will sleep and time will sync afterwards, so it's better to disable unless you have a reason to
worlds:
- "world"

View file

@ -0,0 +1,8 @@
author: tenkuma
database: false
main: org.adrianvictor.realtime.Main
name: TimeKeeper
depend: [tenkumaLib]
url: https://adrianvictor.rf.gd
version: '2.0'
api-version: "1.13"

View file

@ -0,0 +1,13 @@
package org.adrianvictor.realtime.impl.modern;
import org.adrianvictor.realtime.Events;
import org.bukkit.event.EventHandler;
import org.bukkit.event.Listener;
import org.bukkit.event.player.PlayerBedEnterEvent;
public class EventListener implements Listener {
@EventHandler
public void onPlayerBedEnter(PlayerBedEnterEvent event) {
Events.onBedEnter(event);
}
}

View file

@ -0,0 +1,11 @@
package org.adrianvictor.realtime.impl.modern;
import org.adrianvictor.realtime.Main;
import org.bukkit.Bukkit;
public class Glimmer implements org.adrianvictor.realtime.reflection.Glimmer {
@Override
public void onStart() {
Bukkit.getServer().getPluginManager().registerEvents(new EventListener(), Main.getInstance());
}
}