Should I try to make a MC server where people can make their own smp world/servers but limited?

Status
This thread has been locked.

GamingTwo

Feedback score
0
Posts
26
Reactions
18
Resources
0
"Should I try to make a Minecraft server where people can make their own smp world/servers but limited commands?"

I'm specially putting this in the Feedback category in this fourm website, because that seems like the category I should put this in.
I'm doing this poll in multiple fourms.

Some people can't afford servers and currently there is COVID-19 going on, which people need to use crappy hosts like Atrenos which is not 24/7 which might be a pain for some people. I'm thinking of making a server where people can make their own SMP worlds (including the nether and end), but it has limited commands and uses Multiverse (plugin) in order to manage the SMP words. The main version is to be 1.12.2, but will add 1.7 (or 1.8)-1.15.2 support, if I make this. Tell me what you think in this post.
 
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

GamingTwo

Feedback score
0
Posts
26
Reactions
18
Resources
0
I'm currently going to start working on Alpha 2.0 (commands) and still try to find what host (Minecraft Java Edition or VPS hosting) I am going to use.[DOUBLEPOST=1587682151][/DOUBLEPOST]According to GitHub, I finished 33% of what I have currently planned to make.[DOUBLEPOST=1587682929][/DOUBLEPOST]
I like the idea, why would I use this instead of MineHut?
Also, I am pretty sure Minehut is for server development. I guess you can use Minehut for an SMP server, but I've heard MineHut lags a lot.
Currently, there is currently lag while creating an SMP server, but everything other than that is good at the moment.
I want to make the process simple for people who just want to make an SMP server, not anything else like an actual server.
I'm not going to make any kind of website panel or that stuff like Minehut, because that's far too complicated for making something just so people who don't want to pay or can't afford servers can make their own SMP servers.
I'm also basing this server off Minecraft 1.13.2 (couldn't do 1.12.2 for better plugin support), which I don't know what the main version of Minehut is.[DOUBLEPOST=1587683265][/DOUBLEPOST]I might make my code open source and you can use Minehut if you want, but I am making this server more of a private based system. What I mean by that is that only invited people can join someone's/your SMP server. It would be like only friends can join your SMP server, because that is how I planned to make it.
 
Last edited:

Polarbears

Supreme
Feedback score
2
Posts
596
Reactions
241
Resources
0
I'm currently going to start working on Alpha 2.0 (commands) and still try to find what host (Minecraft Java Edition or VPS hosting) I am going to use.[DOUBLEPOST=1587682151][/DOUBLEPOST]According to GitHub, I finished 33% of what I have currently planned to make.[DOUBLEPOST=1587682929][/DOUBLEPOST]
Also, I am pretty sure Minehut is for server development. I guess you can use Minehut for an SMP server, but I've heard MineHut lags a lot.
Currently, there is currently lag while creating an SMP server, but everything other than that is good at the moment.
I want to make the process simple for people who just want to make an SMP server, not anything else like an actual server.
I'm not going to make any kind of website panel or that stuff like Minehut, because that's far too complicated for making something just so people who don't want to pay or can't afford servers can make their own SMP servers.
I'm also basing this server off Minecraft 1.13.2 (couldn't do 1.12.2 for better plugin support), which I don't know what the main version of Minehut is.[DOUBLEPOST=1587683265][/DOUBLEPOST]I might make my code open source and you can use Minehut if you want, but I am making this server more of a private based system. What I mean by that is that only invited people can join someone's/your SMP server. It would be like only friends can join your SMP server, because that is how I planned to make it.
That sounds awesome, always looking for something new. Please update us if this becomes a reality!
 

GamingTwo

Feedback score
0
Posts
26
Reactions
18
Resources
0
This looks fun to make. Yes, I wrote all this. It took around an hour.
Code:
[player] means themselves without needing @p/s.

- [x] `/gamemode` <mode> [player]
    - [x] All Modes
       - [x] `adventure`
       - [x] `creative`
       - [x] `spectator`
       - [x] `survival`
    - [ ] Entities
        - [ ] `@a`
        - [ ] `@p/s`
        - [ ] `@r`
        - [x] `[player]`
- [ ] `/gamerule` <rule> [value]
    - [ ] `announceAdvancements`
    - [ ] `commandBlockOutput`
    - [ ] `disableElytraMovementCheck`
    - [ ] `doDaylightCycle`
    - [ ] `doEntityDrops`
    - [ ] `doFireTick`
    - [ ] `doLimitedCrafting`
    - [ ] `doMobLoot`
    - [ ] `doMobSpawning`
    - [ ] `doTileDrops`
    - [ ] `doWeatherCycle`
    - [ ] `keepInventory`
    - [ ] `logAdminCommands`
    - [ ] `maxCommandChainLength`
    - [ ] `maxEntityCramming`
    - [ ] `mobGriefing`
    - [ ] `naturalRegeneration`
    - [ ] `randomTickSpeed`
    - [ ] `reducedDebugInfo`
    - [ ] `sendCommandFeedback`
    - [ ] `showDeathMessages`
    - [ ] `spawnRadius`
    - [ ] `spectatorsGenerateChunks`
- [ ] `/clear` [player]
    - [ ] `@a`
    - [ ] `@p/s`
    - [ ] `@r`
    - [ ] `[player]`
- [ ] `/defaultgamemode` <mode>
    - [ ] `adventure`
    - [ ] `creative`
    - [ ] `spectator`
    - [ ] `survival`
- [ ] `/difficulty` [mode]
    - [ ] `peaceful`
    - [ ] `easy`
    - [ ] `normal`
    - [ ] `hard`
- [ ] `/effect` <give/clear> <entity> [effect]
    - [ ] `give`
        - [ ] Entities
            - [ ] `@a`
            - [ ] `@p/s`
            - [ ] `@r`
            - [ ] `@e`
        - [ ] Effects
            - [ ] `speed (1)`
            - [ ] `slowness (2)`
            - [ ] `haste (3)`
            - [ ] `mining_fatigue (4)`
            - [ ] `strength (5)`
            - [ ] `instant_health (6)`
            - [ ] `instant_damage (7)`
            - [ ] `jump_boost (8)`
            - [ ] `nausea (9)`
            - [ ] `regeneration (10)`
            - [ ] `resistance (11)`
            - [ ] `fire_resistance (12)`
            - [ ] `water_breathing (13)`
            - [ ] `invisibility (14)`
            - [ ] `blindness (15)`
            - [ ] `night_vision (16)`
            - [ ] `hunger (17)`
            - [ ] `weakness (18)`
            - [ ] `poison (19)`
            - [ ] `wither (20)`
            - [ ] `health_boost (21)`
            - [ ] `absorption (22)`
            - [ ] `saturation (23)`
            - [ ] `glowing (24)`
            - [ ] `levitation (25)`
            - [ ] `luck (26)`
            - [ ] `unluck (27)`
            - [ ] `slow_falling (28)`
            - [ ] `conduit_power (29)`
            - [ ] `dolphins_grace (30)`
            - [ ] `bad_omen (31)`
            - [ ] `hero_of_the_village (32)`
    - [ ] `clear`
        - [ ] `@a`
        - [ ] `@p/s`
- [ ] `/enchant` <player> <enchantment> <level>
    - [ ] Entities
        - [ ] `@p/s`
        - [ ] `@a `
        - [ ] `@r`
    - [ ] Enchantments   
        - [ ] `protection`
        - [ ] `fire_protection`
        - [ ] `feather_falling`
        - [ ] `blast_protection`
        - [ ] `projectile_protection`
        - [ ] `respiration`
        - [ ] `aqua_infinity`
        - [ ] `thorns`
        - [ ] `depth_strider`
        - [ ] `frost_walker`
        - [ ] `binding_curse`
        - [ ] `sharpness`
        - [ ] `smite`
        - [ ] `bane_of_arthropods`
        - [ ] `knockback`
        - [ ] `first_aspect`
        - [ ] `looting`
        - [ ] `sweeping_edge`
        - [ ] `efficiency`
        - [ ] `silk_touch`
        - [ ] `fortune`
        - [ ] `luck_of_the_sea`
        - [ ] `lure`
        - [ ] `power`
        - [ ] `punch`
        - [ ] `flame`
        - [ ] `infinity`
        - [ ] `channeling`
        - [ ] `riptide`
        - [ ] `loyalty`
        - [ ] `mending`
        - [ ] `vanishing_curse`
        - [ ] `unbreaking`
- [ ] `/weather` <weather>
    - [ ] `clear`
    - [ ] `rain`
    - [ ] `thunder`
- [ ] `/xp` <type> <player> [amount] <points/levels>
    - [ ] Types:
        - [ ] `add`
            - [ ] `points`
            - [ ] `levels`
        - [ ] `query`
            - [ ] `points`
            - [ ] `levels`
        - [ ] `set`
            - [ ] `points`
            - [ ] `levels`
    - [ ] Entities
        - [ ] `@p/s` (add)
        - [ ] `@a` (add)
        - [ ] `@r` (add)
        - [ ] `@p/s` (query)
        - [ ] `@a` (query)
        - [ ] `@r` (query)
        - [ ] `@p/s` (set)
        - [ ] `@a` (set)
        - [ ] `@r` (set)
- [ ] `/time` <type> [query type] <type>
    - [ ] `add` <time>
    - [ ] `query`
        - [ ] `day`
        - [ ] `daytime`
        - [ ] `gametime`
    - [ ] `set`
        - [ ] `day`
        - [ ] `noon`
        - [ ] `night`
        - [ ] `midnight`
        - [ ] `[time]`
- [ ] `/summon` <entity> [x] [y] [z]
    - [ ] Summon Coords (not a entity)
    - [ ] `area_effect_cloud`
    - [ ] `armor_stand`
    - [ ] `arrow`
    - [ ] `bat`
    - [ ] `blaze`
    - [ ] `boat`
    - [ ] `cave_spider`
    - [ ] `chest_minecart`
    - [ ] `chicken`
    - [ ] `cod`
    - [ ] `cow`
    - [ ] `creeper`
    - [ ] `dolphin`
    - [ ] `donkey`
    - [ ] `dragon_fireball`
    - [ ] `drowned`
    - [ ] `egg`
    - [ ] `elder_guardian`
    - [ ] `ender_crystal`
    - [ ] `ender_dragon`
    - [ ] `ender_pearl`
    - [ ] `enderman`
    - [ ] `endermite`
    - [ ] `evoker`
    - [ ] `evoker_fangs`
    - [ ] `experience_bottle`
    - [ ] `experience_orb`
    - [ ] `falling_block`
    - [ ] `fireball`
    - [ ] `firework_rocket`
    - [ ] `furnace_minecart`
    - [ ] `ghast`
    - [ ] `giant`
    - [ ] `guardian`
    - [ ] `hopper_minecraft`
    - [ ] `horse`
    - [ ] `husk`
    - [ ] `illusioner`
    - [ ] `iron_golem`
    - [ ] `item`
    - [ ] `item_frame`
    - [ ] `leash_knot`
    - [ ] `lightning_bolt`
    - [ ] `llama`
    - [ ] `llama_spit`
    - [ ] `magma_cube`
    - [ ] `minecart`
    - [ ] `mooshroom`
    - [ ] `mule`
    - [ ] `ocelot`
    - [ ] `painting`
    - [ ] `parrot`
    - [ ] `phantom`
    - [ ] `pig`
    - [ ] `polar_bear`
    - [ ] `potion`
    - [ ] `pufferfish`
    - [ ] `rabbit`
    - [ ] `salmon`
    - [ ] `sheep`
    - [ ] `shulker`
    - [ ] `shulker_bullet`
    - [ ] `sliverfish`
    - [ ] `skeleton`
    - [ ] `skeleton_horse`
    - [ ] `slime`
    - [ ] `small_fireball`
    - [ ] `snow_golem`
    - [ ] `snowball`
    - [ ] `spawner_minecart`
    - [ ] `spectral_arrow`
    - [ ] `spider`
    - [ ] `squid`
    - [ ] `stray`
    - [ ] `tnt`
    - [ ] `tnt_minecart`
    - [ ] `trident`
    - [ ] `tropical_fish`
    - [ ] `turtle`
    - [ ] `vex`
    - [ ] `villager`
    - [ ] `vindicator`
    - [ ] `witch`
    - [ ] `wither`
    - [ ] `wither_skeleton`
    - [ ] `wither_skull`
    - [ ] `wolf`
    - [ ] `zombie`
    - [ ] `zombie_horse`
    - [ ] `zombie_pigman`
    - [ ] `zombie_villager`
- [ ] `/op` <player>
- [ ] `/deop` <player>
- [ ] `/tp`
    - [ ] Event Entity (this entity is teleported)
        - [ ] `@p/s`
        - [ ] `@a`
        - [ ] `@r`
    - [ ] Location Entity (this is the location)
        - [ ] `@p/s`
        - [ ] `@a`
        - [ ] `@r`
        - [ ] `@e`
        - [ ] `[coords]`
 

Doughnut

Entrepreneur | Electrician| Financial Help
Premium
Feedback score
32
Posts
1,298
Reactions
466
Resources
0
"Should I try to make a Minecraft server where people can make their own smp world/servers but limited commands?"

I'm specially putting this in the Feedback category in this fourm website, because that seems like the category I should put this in.
I'm doing this poll in multiple fourms.

Some people can't afford servers and currently there is COVID-19 going on, which people need to use crappy hosts like Atrenos which is not 24/7 which might be a pain for some people. I'm thinking of making a server where people can make their own SMP worlds (including the nether and end), but it has limited commands and uses Multiverse (plugin) in order to manage the SMP words. The main version is to be 1.12.2, but will add 1.7 (or 1.:cool:-1.15.2 support, if I make this. Tell me what you think in this post.
I believe there is already a server that offers something similar but not very good. You could potentially see what they've done and better it.
 

GamingTwo

Feedback score
0
Posts
26
Reactions
18
Resources
0
I've been working on some optimization and fixed a bug where chunks did not load the first time you join an SMP server. I have also been working on commands.
 

GamingTwo

Feedback score
0
Posts
26
Reactions
18
Resources
0
Honestly, I don't think any of you would be surprised at what I make besides how much lines of code it took to make. It's just being able to make your own smp servers/realms.
 

GamingTwo

Feedback score
0
Posts
26
Reactions
18
Resources
0
I'm almost close to release, but I've spoken to my hosting provider if I can increase RAM because the server barely handles 1 player, because of the plugin "Multiverse-Core" lag.[DOUBLEPOST=1588353581][/DOUBLEPOST]I pre-released it. Only alpha testers who apply can make SMP realms at the moment.
https://www.mc-market.org/threads/587507/
 
Last edited:

GamingTwo

Feedback score
0
Posts
26
Reactions
18
Resources
0
I'm soon looking forward to making SMPFree again. I think, I need to remake my current progress because it was laggy and buggy which I might be looking forward some plugin I saw that had some kind of subservers functionality (but cost money).
 
Status
This thread has been locked.
Top