A repository of custom plugins for Aliucord
Allows you to override the system timezone exclusively within the Discord app.
Current Version: 0.4.0
Features:
- Native in-app search dropdown to easily find valid IANA Timezone IDs (e.g.,
America/New_York,Asia/Tokyo,Etc/UTC). - Built-in validation to prevent typos and accidental JVM fallback.
- Overrides the JVM timezone at app startup without affecting the rest of your Android device.
- Reverts cleanly to the system default when cleared.
TimezoneSpoof is officially accepted in the Aliucord repository! You can install it natively, You can sue the Plugin Web to install TimezoneSpoof or:
- Go to the Aliucord Discord Server.
- Navigate to the
#new-pluginsor#plugin-listchannel. - Search for TimezoneSpoof and install it directly into your app.
- Restart Discord, then head to Settings > Plugins to configure your spoofed timezone.
- 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.
- Navigate to Settings > Plugins in Discord to enable and configure TimezoneSpoof.
Note: After applying or clearing a spoofed timezone, you must restart the Discord application for the changes to take effect in the JVM.
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