All Projects → Zodsmar → Seedsearcherstandalonetool

Zodsmar / Seedsearcherstandalonetool

Licence: gpl-3.0
Minecraft, searching numeric seeds for specific features/biomes

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Seedsearcherstandalonetool

Bridge.
Minecraft Add-on Editor | We strive to provide the best development experience possible
Stars: ✭ 193 (+16.97%)
Mutual labels:  minecraft, tool
Motion
Navigation and insight in Go
Stars: ✭ 163 (-1.21%)
Mutual labels:  tool
Genisyspro
Discontinued Till Further Notice. | Feature-rich server software for Minecraft PE and Windows 10 Edition - v1.1.x
Stars: ✭ 157 (-4.85%)
Mutual labels:  minecraft
Worldedit
🗺️ Minecraft map editor and mod
Stars: ✭ 2,288 (+1286.67%)
Mutual labels:  minecraft
Bindertool
Dark Souls II / Dark Souls III / Bloodborne bdt, bhd, bnd, dcx, tpf, fmg and param unpacking tool
Stars: ✭ 157 (-4.85%)
Mutual labels:  tool
Dotnetomdgenerator
A Roslyn-based cross-platform tool that generates an object model diagram from a set of C# source files or assemblies
Stars: ✭ 160 (-3.03%)
Mutual labels:  tool
Openminer
Minecraft-like game engine written in C++17 with a client/server architecture and support for Lua modding
Stars: ✭ 156 (-5.45%)
Mutual labels:  minecraft
Deploy Rs
A simple multi-profile Nix-flake deploy tool.
Stars: ✭ 164 (-0.61%)
Mutual labels:  tool
Android Rocket Launcher
🚀 Launch android modules from the terminal
Stars: ✭ 161 (-2.42%)
Mutual labels:  tool
Dublin Traceroute
Dublin Traceroute is a NAT-aware multipath tracerouting tool
Stars: ✭ 159 (-3.64%)
Mutual labels:  tool
Chestshop 3
ChestShop - the chest & sign shop plugin for Minecraft Servers running Bukkit/Spigot/Paper
Stars: ✭ 158 (-4.24%)
Mutual labels:  minecraft
Fdroidserver
F-Droid server and build tools.
Stars: ✭ 156 (-5.45%)
Mutual labels:  tool
Agricraft
The source code for the Minecraft mod: AgriCraft
Stars: ✭ 160 (-3.03%)
Mutual labels:  minecraft
Mtuner
MTuner is a C/C++ memory profiler and memory leak finder for Windows, PlayStation 4 and 3, Android and other platforms
Stars: ✭ 2,007 (+1116.36%)
Mutual labels:  tool
Horion
Horion - A Minecraft: Bedrock Edition Utility Mod.
Stars: ✭ 163 (-1.21%)
Mutual labels:  minecraft
Gophertunnel
Toolbox for Minecraft software written in Go
Stars: ✭ 156 (-5.45%)
Mutual labels:  minecraft
Fselect
Find files with SQL-like queries
Stars: ✭ 3,103 (+1780.61%)
Mutual labels:  tool
Crana
A CLI tool to create React + Node apps with just one command
Stars: ✭ 160 (-3.03%)
Mutual labels:  tool
Mcmap
Pixel-art map visualizer for Minecraft. Maps are drawn from an isometric perspective.
Stars: ✭ 165 (+0%)
Mutual labels:  minecraft
Item Nbt Api
Add custom NBT tags to Items/Tiles/Entities without NMS!
Stars: ✭ 163 (-1.21%)
Mutual labels:  minecraft

SASSA

Stands for: StandAlone Seed Searcher Application

This tool is built to be standalone but has some dependencies which are automatically managed by Gradle. The tool is open source so anyone is able to help, learn, adapt etc. Getting started with the tool is very easy and there is a simple set of instructions on the info tab (your starting tab). You can also hover over UI elements to get more information.

Features

  • Bedrock Mode
  • Nether and End Dimension Searching (Structures and Biomes)
  • Search based on minecraft version (1.16.X - 1.7.10)
  • Search in specific radius from spawn
  • Search based on how many structures minimum must exist
  • World Type (Default, Amplified, Large Biomes)
  • Biomes, Biome Sets (OR function), and Structures
  • Randomized Seeds (Or search from a seed range)
  • Search for a specific spawnpoint location
  • Search a predefined list of seeds

SeedTool Image 1

SeedTool Image 2

SeedTool Image 3

SeedTool Image 4

SeedTool Image 5

Developers

Please do PR's to the Development branch NOT Master
  • Built using Intellij and Java 11
  • Runs on Java 8 (1.8)
  • Using Gradle to build the project. I created a custom task called buildAll which builds everything from .JAR, .EXE, .ZIP, and .TAR
  • If you have a feature to add create a pull request! Help is always nice.

Gradle Build Instructions (any OS)

The Gradle wrapper was built using Gradle 6.7. The latest version of Gradle is recommended, as older versions may throw errors, such as:

FAILURE: Build failed with an exception.

* What went wrong:
'org.gradle.api.Task org.gradle.api.tasks.TaskContainer.create(java.lang.String, java.lang.Class, java.lang.Object[])'

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

Note, package managers such as apt might not have the latest Gradle version available. You can choose to use either your system's Gradle installation or the local Gradle wrapper for the build (replace the gradle commands below with ./gradlew or gradlew.bat). The Gradle wrapper is provided to allow developers to get up and running quickly without having to have a system installation of Gradle.

From the project root, run:

# build the project
gradle build

# run Sassa
gradle run

Content Creators

If you are a content creator and would like to make a video and showcase the tool please feel free. Just some information regarding about myself and the plans of the tool.

  • Its pronounced Zods - mar (Zodz - mar)
  • I am a guy so saying he is totally fine.

As for future plans please check out the projects page where I am trying to keep up to date with what I am working on also future plans and ideas. (Nothing is set in stone but there are the plans).

Also if you are going to make a video or content in anyway, I am always looking for developers who are interested in helping or people who might know different methods of doing the searching and can help improve things like stability, reliability, etc. So any form of shoutout, kinda of like a reminder to anyone who is technically inclined would be a great help!

Credit

Dependencies

https://code.google.com/archive/p/json-simple/
https://github.com/KaptainWutax/FeatureUtils
https://github.com/KaptainWutax/SeedUtils
https://github.com/KaptainWutax/BiomeUtils

User Credits

KaptainWutax - Code optimizations and Utils dependencies

scudobuio - for the initial search function

fraffugooby - Updating dependencies

YourCoalAlt - Updating to 1.14.3

PaulW - Adding Seed Range Searching

RedSparrow - Optimization and Bug fixes

dylantknguyen - Predefined Seed Lists

racinmat - Optimization and Bug fixes

nnadeau - Updated Gradle Build

Contact

Discord: Zodsmar#0877

Email: [email protected]

Donate

Building this tool takes time. If you love the tool and would like to donate I always appreciate it!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].