A repository of custom plugins for Aliucord
Allows you to override the system timezone exclusively within the Discord app.
Current Version: 0.3.0
Features:
- Specify any valid IANA Timezone ID (e.g.,
America/New_York,Asia/Tokyo,Etc/UTC). - Overrides the JVM timezone at app startup without affecting the rest of your device.
- Reverts cleanly to the system default when cleared.
- Download TimezoneSpoof.zip directly from the builds branch.
- On your Android device, open your file manager and navigate to your internal storage.
- Locate the
Aliucord/pluginsdirectory. - Move the downloaded
TimezoneSpoof.zipfile directly into thepluginsfolder. (Do not extract the .zip file). - Restart the Discord application (if you had it opened in background).
- Navigate to Settings > Plugins in Discord to enable and configure TimezoneSpoof.
- After spoofing the timezone, you would have to restart the Discord application to render the changes.
To compile these plugins locally, ensure you have JDK 21 and a standard Gradle environment configured.
git clone https://github.com/FurqanHun/aliucord-plugins.git
cd aliucord-plugins
./gradlew :TimezoneSpoof:makeThe compiled plugin will be generated as a .zip file located in the plugins/TimezoneSpoof/build/outputs/ directory.
All the plugins are licensed under the GPL v3 License