Jump to content
  • Sky
  • Blueberry
  • Slate
  • Blackcurrant
  • Watermelon
  • Strawberry
  • Orange
  • Banana
  • Apple
  • Emerald
  • Chocolate
  • Charcoal

Digi

Members
  • Content Count

    2
  • Joined

  • Last visited

Posts posted by Digi

  1. Description:

     I am making a Item Storage/Banking system

     

    Function:

    I would like to have a 2 tier system, a Terminal and a server.

    The terminals only have a access point interface as well as a Chest for item storage and retrieval.

    The server would have a Database for each player "account"

     

    The Terminals would ask a player to login and Authenticate to server.

    Or Create a account (Store on server, also say if account exists and try again).

     

    once logged in.

    A player can do the following.

    Deposit items - Player places item in chest, it reads item and verifies if its Gold Ingot, or Iron ingot and stores as variable in database for account, destroying item / removing from chest.

    Withdraw items - Players "account" would return a number of items (gold ingots, iron ingots) based on "balance" in users account.

    Logout

     

    Deadline:

     I really dont mind at all.

     

    Additional Information:

     If possible to have this all restricted to using opencomputers and command blocks only it would be great, I.E. not having other mods loaded if at all possible.

     

     If it would be better to have a actual database to check against, say mysql, i can set this up as well, for the "account" credentials and the "balances"

     

    Seriously HUGE thanks in advance for any and all assist, i know this would be a Incredibly huge uptaking.

  2. Description:

     I am making a Item Storage/Banking system

     

    Function:

    I would like to have a 2 tier system, a Terminal and a server.

    The terminals only have a access point interface as well as a Chest for item storage and retrieval.

    The server would have a Database for each player "account"

     

    The Terminals would ask a player to login and Authenticate to server.

    Or Create a account (Store on server, also say if account exists and try again).

     

    once logged in.

    A player can do the following.

    Deposit items - Player places item in chest, it reads item and verifies if its Gold Ingot, or Iron ingot and stores as variable in database for account, destroying item / removing from chest.

    Withdraw items - Players "account" would return a number of items (gold ingots, iron ingots) based on "balance" in users account.

    Logout

     

    Deadline:

     I really dont mind at all.

     

    Additional Information:

     If possible to have this all restricted to using opencomputers and command blocks only it would be great, I.E. not having other mods loaded if at all possible.

     

     If it would be better to have a actual database to check against, say mysql, i can set this up as well, for the "account" credentials and the "balances"

     

    Seriously HUGE thanks in advance for any and all assist, i know this would be a Incredibly huge uptaking.

     

    (sorry I canceled this post but seems it slipped through, Duplicate of this one. Duplicate

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.